diff --git a/sdk/resourcemanager/api-specs.json b/sdk/resourcemanager/api-specs.json index 3dc24b8b2dab..d55615b5b7d8 100644 --- a/sdk/resourcemanager/api-specs.json +++ b/sdk/resourcemanager/api-specs.json @@ -166,7 +166,7 @@ "dir": "azure-resourcemanager-resources", "source": "specification/resources/resource-manager/readme.md", "package": "com.azure.resourcemanager.resources", - "args": "--tag=package-features-2015-12" + "args": "--tag=package-features-2021-07" }, "graphrbac": { "spec": "https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/sdk/resourcemanager", diff --git a/sdk/resourcemanager/azure-resourcemanager-compute/CHANGELOG.md b/sdk/resourcemanager/azure-resourcemanager-compute/CHANGELOG.md index 7c1980b8a997..40d33d41f7b5 100644 --- a/sdk/resourcemanager/azure-resourcemanager-compute/CHANGELOG.md +++ b/sdk/resourcemanager/azure-resourcemanager-compute/CHANGELOG.md @@ -1,6 +1,7 @@ # Release History ## 2.7.0-beta.1 (Unreleased) + ### Dependency Updates - Updated `api-version` to `2021-04-01`. diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/CHANGELOG.md b/sdk/resourcemanager/azure-resourcemanager-resources/CHANGELOG.md index c076e7ab0dee..3b4f9dfaff8c 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/CHANGELOG.md +++ b/sdk/resourcemanager/azure-resourcemanager-resources/CHANGELOG.md @@ -2,6 +2,13 @@ ## 2.7.0-beta.1 (Unreleased) +### Dependency Updates + +- Updated `api-version` of features to `2021-07-01`. + +### Features Added + +- Added support for `resourceProviderName` and `featureName` in `Feature`. ## 2.6.0 (2021-06-18) diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/FeatureClient.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/FeatureClient.java index 53cf00ba959f..b0c8a4c0cf3f 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/FeatureClient.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/FeatureClient.java @@ -16,7 +16,7 @@ /** The interface for FeatureClient class. */ public interface FeatureClient { /** - * Gets The ID of the target subscription. + * Gets The Azure subscription ID. * * @return the subscriptionId value. */ @@ -57,6 +57,13 @@ public interface FeatureClient { */ FeaturesClient getFeatures(); + /** + * Gets the SubscriptionFeatureRegistrationsClient object to access its operations. + * + * @return the SubscriptionFeatureRegistrationsClient object. + */ + SubscriptionFeatureRegistrationsClient getSubscriptionFeatureRegistrations(); + /** * Lists all of the available Microsoft.Features REST API operations. * diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/ResourceGroupsClient.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/ResourceGroupsClient.java index de34f983604d..1ee2a8de109f 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/ResourceGroupsClient.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/ResourceGroupsClient.java @@ -140,58 +140,53 @@ Response createOrUpdateWithResponse( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - Mono>> deleteWithResponseAsync( - String resourceGroupName, String forceDeletionResourceTypes); + Mono>> deleteWithResponseAsync(String resourceGroupName, String forceDeletionTypes); /** * When you delete a resource group, all of its resources are also deleted. Deleting a resource group deletes all of * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String forceDeletionResourceTypes); + PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String forceDeletionTypes); /** * When you delete a resource group, all of its resources are also deleted. Deleting a resource group deletes all of * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - SyncPoller, Void> beginDelete(String resourceGroupName, String forceDeletionResourceTypes); + SyncPoller, Void> beginDelete(String resourceGroupName, String forceDeletionTypes); /** * When you delete a resource group, all of its resources are also deleted. Deleting a resource group deletes all of * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -200,23 +195,22 @@ Mono>> deleteWithResponseAsync( */ @ServiceMethod(returns = ReturnType.SINGLE) SyncPoller, Void> beginDelete( - String resourceGroupName, String forceDeletionResourceTypes, Context context); + String resourceGroupName, String forceDeletionTypes, Context context); /** * When you delete a resource group, all of its resources are also deleted. Deleting a resource group deletes all of * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - Mono deleteAsync(String resourceGroupName, String forceDeletionResourceTypes); + Mono deleteAsync(String resourceGroupName, String forceDeletionTypes); /** * When you delete a resource group, all of its resources are also deleted. Deleting a resource group deletes all of @@ -236,15 +230,14 @@ SyncPoller, Void> beginDelete( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. */ @ServiceMethod(returns = ReturnType.SINGLE) - void delete(String resourceGroupName, String forceDeletionResourceTypes); + void delete(String resourceGroupName, String forceDeletionTypes); /** * When you delete a resource group, all of its resources are also deleted. Deleting a resource group deletes all of @@ -263,16 +256,15 @@ SyncPoller, Void> beginDelete( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. */ @ServiceMethod(returns = ReturnType.SINGLE) - void delete(String resourceGroupName, String forceDeletionResourceTypes, Context context); + void delete(String resourceGroupName, String forceDeletionTypes, Context context); /** * Gets a resource group. diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/SubscriptionFeatureRegistrationsClient.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/SubscriptionFeatureRegistrationsClient.java new file mode 100644 index 000000000000..7f18bd6541fd --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/SubscriptionFeatureRegistrationsClient.java @@ -0,0 +1,272 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.resources.fluent; + +import com.azure.core.annotation.ReturnType; +import com.azure.core.annotation.ServiceMethod; +import com.azure.core.http.rest.PagedFlux; +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.Response; +import com.azure.core.util.Context; +import com.azure.resourcemanager.resources.fluent.models.SubscriptionFeatureRegistrationInner; +import com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete; +import com.azure.resourcemanager.resources.models.SubscriptionFeatureRegistrationProperties; +import reactor.core.publisher.Mono; + +/** + * An instance of this class provides access to all the operations defined in SubscriptionFeatureRegistrationsClient. + */ +public interface SubscriptionFeatureRegistrationsClient extends InnerSupportsDelete { + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono> getWithResponseAsync( + String providerNamespace, String featureName); + + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono getAsync(String providerNamespace, String featureName); + + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + SubscriptionFeatureRegistrationInner get(String providerNamespace, String featureName); + + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response getWithResponse( + String providerNamespace, String featureName, Context context); + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param properties The properties parameter. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono> createOrUpdateWithResponseAsync( + String providerNamespace, String featureName, SubscriptionFeatureRegistrationProperties properties); + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param properties The properties parameter. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono createOrUpdateAsync( + String providerNamespace, String featureName, SubscriptionFeatureRegistrationProperties properties); + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono createOrUpdateAsync(String providerNamespace, String featureName); + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + SubscriptionFeatureRegistrationInner createOrUpdate(String providerNamespace, String featureName); + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param properties The properties parameter. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response createOrUpdateWithResponse( + String providerNamespace, + String featureName, + SubscriptionFeatureRegistrationProperties properties, + Context context); + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono> deleteWithResponseAsync(String providerNamespace, String featureName); + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Mono deleteAsync(String providerNamespace, String featureName); + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + void delete(String providerNamespace, String featureName); + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + Response deleteWithResponse(String providerNamespace, String featureName, Context context); + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedFlux listBySubscriptionAsync(String providerNamespace); + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedIterable listBySubscription(String providerNamespace); + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedIterable listBySubscription(String providerNamespace, Context context); + + /** + * Returns subscription feature registrations for given subscription. + * + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedFlux listAsync(); + + /** + * Returns subscription feature registrations for given subscription. + * + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedIterable list(); + + /** + * Returns subscription feature registrations for given subscription. + * + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + PagedIterable list(Context context); +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/DeploymentInner.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/DeploymentInner.java index c5bd32fc2a54..e765833d64fc 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/DeploymentInner.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/DeploymentInner.java @@ -8,6 +8,7 @@ import com.azure.core.util.logging.ClientLogger; import com.azure.resourcemanager.resources.models.DeploymentProperties; import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Map; @@ -32,6 +33,7 @@ public final class DeploymentInner { * Deployment tags */ @JsonProperty(value = "tags") + @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map tags; /** diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/GenericResourceExpandedInner.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/GenericResourceExpandedInner.java index 591bc313cdf1..1142a03e0314 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/GenericResourceExpandedInner.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/GenericResourceExpandedInner.java @@ -4,7 +4,7 @@ package com.azure.resourcemanager.resources.fluent.models; -import com.azure.core.annotation.Immutable; +import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.azure.resourcemanager.resources.models.ExtendedLocation; import com.azure.resourcemanager.resources.models.Identity; @@ -16,7 +16,7 @@ import java.util.Map; /** Resource information. */ -@Immutable +@Fluent public final class GenericResourceExpandedInner extends GenericResourceInner { @JsonIgnore private final ClientLogger logger = new ClientLogger(GenericResourceExpandedInner.class); diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/SubscriptionFeatureRegistrationInner.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/SubscriptionFeatureRegistrationInner.java new file mode 100644 index 000000000000..1d417e8d609a --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/fluent/models/SubscriptionFeatureRegistrationInner.java @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.resources.fluent.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.management.ProxyResource; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.resources.models.SubscriptionFeatureRegistrationProperties; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** Subscription feature registration details. */ +@Fluent +public final class SubscriptionFeatureRegistrationInner extends ProxyResource { + @JsonIgnore private final ClientLogger logger = new ClientLogger(SubscriptionFeatureRegistrationInner.class); + + /* + * The properties property. + */ + @JsonProperty(value = "properties") + private SubscriptionFeatureRegistrationProperties properties; + + /** + * Get the properties property: The properties property. + * + * @return the properties value. + */ + public SubscriptionFeatureRegistrationProperties properties() { + return this.properties; + } + + /** + * Set the properties property: The properties property. + * + * @param properties the properties value to set. + * @return the SubscriptionFeatureRegistrationInner object itself. + */ + public SubscriptionFeatureRegistrationInner withProperties(SubscriptionFeatureRegistrationProperties properties) { + this.properties = properties; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (properties() != null) { + properties().validate(); + } + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureClientBuilder.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureClientBuilder.java index 64a7e7841f0a..cb46678f3627 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureClientBuilder.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureClientBuilder.java @@ -19,12 +19,12 @@ @ServiceClientBuilder(serviceClients = {FeatureClientImpl.class}) public final class FeatureClientBuilder { /* - * The ID of the target subscription. + * The Azure subscription ID. */ private String subscriptionId; /** - * Sets The ID of the target subscription. + * Sets The Azure subscription ID. * * @param subscriptionId the subscriptionId value. * @return the FeatureClientBuilder. diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureClientImpl.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureClientImpl.java index 7221affa471b..957e0fd066e9 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureClientImpl.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureClientImpl.java @@ -32,6 +32,7 @@ import com.azure.core.util.serializer.SerializerAdapter; import com.azure.resourcemanager.resources.fluent.FeatureClient; import com.azure.resourcemanager.resources.fluent.FeaturesClient; +import com.azure.resourcemanager.resources.fluent.SubscriptionFeatureRegistrationsClient; import com.azure.resourcemanager.resources.fluent.models.OperationInner; import com.azure.resourcemanager.resources.fluentcore.AzureServiceClient; import com.azure.resourcemanager.resources.models.OperationListResult; @@ -46,11 +47,11 @@ public final class FeatureClientImpl extends AzureServiceClient implements Featu /** The proxy service used to perform REST calls. */ private final FeatureClientService service; - /** The ID of the target subscription. */ + /** The Azure subscription ID. */ private final String subscriptionId; /** - * Gets The ID of the target subscription. + * Gets The Azure subscription ID. * * @return the subscriptionId value. */ @@ -130,6 +131,18 @@ public FeaturesClient getFeatures() { return this.features; } + /** The SubscriptionFeatureRegistrationsClient object to access its operations. */ + private final SubscriptionFeatureRegistrationsClient subscriptionFeatureRegistrations; + + /** + * Gets the SubscriptionFeatureRegistrationsClient object to access its operations. + * + * @return the SubscriptionFeatureRegistrationsClient object. + */ + public SubscriptionFeatureRegistrationsClient getSubscriptionFeatureRegistrations() { + return this.subscriptionFeatureRegistrations; + } + /** * Initializes an instance of FeatureClient client. * @@ -137,7 +150,7 @@ public FeaturesClient getFeatures() { * @param serializerAdapter The serializer to serialize an object into a string. * @param defaultPollInterval The default poll interval for long-running operation. * @param environment The Azure environment. - * @param subscriptionId The ID of the target subscription. + * @param subscriptionId The Azure subscription ID. * @param endpoint server parameter. */ FeatureClientImpl( @@ -153,8 +166,9 @@ public FeaturesClient getFeatures() { this.defaultPollInterval = defaultPollInterval; this.subscriptionId = subscriptionId; this.endpoint = endpoint; - this.apiVersion = "2015-12-01"; + this.apiVersion = "2021-07-01"; this.features = new FeaturesClientImpl(this); + this.subscriptionFeatureRegistrations = new SubscriptionFeatureRegistrationsClientImpl(this); this.service = RestProxy.create(FeatureClientService.class, this.httpPipeline, this.getSerializerAdapter()); } diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureImpl.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureImpl.java index 027b4b6e7d66..8c1a535e342c 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureImpl.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/FeatureImpl.java @@ -7,6 +7,8 @@ import com.azure.resourcemanager.resources.models.Feature; import com.azure.resourcemanager.resources.fluent.models.FeatureResultInner; +import java.util.regex.Pattern; + /** * The implementation of {@link Feature}. */ @@ -37,6 +39,26 @@ public String state() { return innerModel().properties().state(); } + @Override + public String resourceProviderName() { + if (this.name() == null) { + return null; + } + + String[] segments = this.name().split(Pattern.quote("/")); + return segments.length > 0 ? segments[0] : null; + } + + @Override + public String featureName() { + if (this.name() == null) { + return null; + } + + String[] segments = this.name().split(Pattern.quote("/")); + return segments.length > 1 ? segments[1] : null; + } + @Override public String id() { return innerModel().id(); diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/ResourceGroupsClientImpl.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/ResourceGroupsClientImpl.java index 9c11d0067d3c..55e60722dbd0 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/ResourceGroupsClientImpl.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/ResourceGroupsClientImpl.java @@ -105,7 +105,7 @@ Mono> createOrUpdate( Mono>> delete( @HostParam("$host") String endpoint, @PathParam("resourceGroupName") String resourceGroupName, - @QueryParam("forceDeletionResourceTypes") String forceDeletionResourceTypes, + @QueryParam("forceDeletionTypes") String forceDeletionTypes, @QueryParam("api-version") String apiVersion, @PathParam("subscriptionId") String subscriptionId, @HeaderParam("Accept") String accept, @@ -479,9 +479,8 @@ public Response createOrUpdateWithResponse( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -489,7 +488,7 @@ public Response createOrUpdateWithResponse( */ @ServiceMethod(returns = ReturnType.SINGLE) public Mono>> deleteWithResponseAsync( - String resourceGroupName, String forceDeletionResourceTypes) { + String resourceGroupName, String forceDeletionTypes) { if (this.client.getEndpoint() == null) { return Mono .error( @@ -514,7 +513,7 @@ public Mono>> deleteWithResponseAsync( .delete( this.client.getEndpoint(), resourceGroupName, - forceDeletionResourceTypes, + forceDeletionTypes, this.client.getApiVersion(), this.client.getSubscriptionId(), accept, @@ -527,9 +526,8 @@ public Mono>> deleteWithResponseAsync( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -538,7 +536,7 @@ public Mono>> deleteWithResponseAsync( */ @ServiceMethod(returns = ReturnType.SINGLE) private Mono>> deleteWithResponseAsync( - String resourceGroupName, String forceDeletionResourceTypes, Context context) { + String resourceGroupName, String forceDeletionTypes, Context context) { if (this.client.getEndpoint() == null) { return Mono .error( @@ -561,7 +559,7 @@ private Mono>> deleteWithResponseAsync( .delete( this.client.getEndpoint(), resourceGroupName, - forceDeletionResourceTypes, + forceDeletionTypes, this.client.getApiVersion(), this.client.getSubscriptionId(), accept, @@ -573,18 +571,16 @@ private Mono>> deleteWithResponseAsync( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - public PollerFlux, Void> beginDeleteAsync( - String resourceGroupName, String forceDeletionResourceTypes) { - Mono>> mono = deleteWithResponseAsync(resourceGroupName, forceDeletionResourceTypes); + public PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String forceDeletionTypes) { + Mono>> mono = deleteWithResponseAsync(resourceGroupName, forceDeletionTypes); return this .client .getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, Context.NONE); @@ -595,9 +591,8 @@ public PollerFlux, Void> beginDeleteAsync( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -606,10 +601,9 @@ public PollerFlux, Void> beginDeleteAsync( */ @ServiceMethod(returns = ReturnType.SINGLE) private PollerFlux, Void> beginDeleteAsync( - String resourceGroupName, String forceDeletionResourceTypes, Context context) { + String resourceGroupName, String forceDeletionTypes, Context context) { context = this.client.mergeContext(context); - Mono>> mono = - deleteWithResponseAsync(resourceGroupName, forceDeletionResourceTypes, context); + Mono>> mono = deleteWithResponseAsync(resourceGroupName, forceDeletionTypes, context); return this .client .getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, context); @@ -620,17 +614,16 @@ private PollerFlux, Void> beginDeleteAsync( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - public SyncPoller, Void> beginDelete(String resourceGroupName, String forceDeletionResourceTypes) { - return beginDeleteAsync(resourceGroupName, forceDeletionResourceTypes).getSyncPoller(); + public SyncPoller, Void> beginDelete(String resourceGroupName, String forceDeletionTypes) { + return beginDeleteAsync(resourceGroupName, forceDeletionTypes).getSyncPoller(); } /** @@ -638,9 +631,8 @@ public SyncPoller, Void> beginDelete(String resourceGroupName, * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -649,8 +641,8 @@ public SyncPoller, Void> beginDelete(String resourceGroupName, */ @ServiceMethod(returns = ReturnType.SINGLE) public SyncPoller, Void> beginDelete( - String resourceGroupName, String forceDeletionResourceTypes, Context context) { - return beginDeleteAsync(resourceGroupName, forceDeletionResourceTypes, context).getSyncPoller(); + String resourceGroupName, String forceDeletionTypes, Context context) { + return beginDeleteAsync(resourceGroupName, forceDeletionTypes, context).getSyncPoller(); } /** @@ -658,17 +650,16 @@ public SyncPoller, Void> beginDelete( * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - public Mono deleteAsync(String resourceGroupName, String forceDeletionResourceTypes) { - return beginDeleteAsync(resourceGroupName, forceDeletionResourceTypes) + public Mono deleteAsync(String resourceGroupName, String forceDeletionTypes) { + return beginDeleteAsync(resourceGroupName, forceDeletionTypes) .last() .flatMap(this.client::getLroFinalResultOrError); } @@ -685,8 +676,8 @@ public Mono deleteAsync(String resourceGroupName, String forceDeletionReso */ @ServiceMethod(returns = ReturnType.SINGLE) public Mono deleteAsync(String resourceGroupName) { - final String forceDeletionResourceTypes = null; - return beginDeleteAsync(resourceGroupName, forceDeletionResourceTypes) + final String forceDeletionTypes = null; + return beginDeleteAsync(resourceGroupName, forceDeletionTypes) .last() .flatMap(this.client::getLroFinalResultOrError); } @@ -696,9 +687,8 @@ public Mono deleteAsync(String resourceGroupName) { * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -706,8 +696,8 @@ public Mono deleteAsync(String resourceGroupName) { * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - private Mono deleteAsync(String resourceGroupName, String forceDeletionResourceTypes, Context context) { - return beginDeleteAsync(resourceGroupName, forceDeletionResourceTypes, context) + private Mono deleteAsync(String resourceGroupName, String forceDeletionTypes, Context context) { + return beginDeleteAsync(resourceGroupName, forceDeletionTypes, context) .last() .flatMap(this.client::getLroFinalResultOrError); } @@ -717,16 +707,15 @@ private Mono deleteAsync(String resourceGroupName, String forceDeletionRes * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void delete(String resourceGroupName, String forceDeletionResourceTypes) { - deleteAsync(resourceGroupName, forceDeletionResourceTypes).block(); + public void delete(String resourceGroupName, String forceDeletionTypes) { + deleteAsync(resourceGroupName, forceDeletionTypes).block(); } /** @@ -740,8 +729,8 @@ public void delete(String resourceGroupName, String forceDeletionResourceTypes) */ @ServiceMethod(returns = ReturnType.SINGLE) public void delete(String resourceGroupName) { - final String forceDeletionResourceTypes = null; - deleteAsync(resourceGroupName, forceDeletionResourceTypes).block(); + final String forceDeletionTypes = null; + deleteAsync(resourceGroupName, forceDeletionTypes).block(); } /** @@ -749,17 +738,16 @@ public void delete(String resourceGroupName) { * its template deployments and currently stored operations. * * @param resourceGroupName The name of the resource group to delete. The name is case insensitive. - * @param forceDeletionResourceTypes The resource types you want to force delete. Currently, only the following is - * supported: - * forceDeletionResourceTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. + * @param forceDeletionTypes The resource types you want to force delete. Currently, only the following is + * supported: forceDeletionTypes=Microsoft.Compute/virtualMachines,Microsoft.Compute/virtualMachineScaleSets. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void delete(String resourceGroupName, String forceDeletionResourceTypes, Context context) { - deleteAsync(resourceGroupName, forceDeletionResourceTypes, context).block(); + public void delete(String resourceGroupName, String forceDeletionTypes, Context context) { + deleteAsync(resourceGroupName, forceDeletionTypes, context).block(); } /** diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/SubscriptionFeatureRegistrationsClientImpl.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/SubscriptionFeatureRegistrationsClientImpl.java new file mode 100644 index 000000000000..7c58435fa841 --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/implementation/SubscriptionFeatureRegistrationsClientImpl.java @@ -0,0 +1,1116 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.resources.implementation; + +import com.azure.core.annotation.BodyParam; +import com.azure.core.annotation.Delete; +import com.azure.core.annotation.ExpectedResponses; +import com.azure.core.annotation.Get; +import com.azure.core.annotation.HeaderParam; +import com.azure.core.annotation.Headers; +import com.azure.core.annotation.Host; +import com.azure.core.annotation.HostParam; +import com.azure.core.annotation.PathParam; +import com.azure.core.annotation.Put; +import com.azure.core.annotation.QueryParam; +import com.azure.core.annotation.ReturnType; +import com.azure.core.annotation.ServiceInterface; +import com.azure.core.annotation.ServiceMethod; +import com.azure.core.annotation.UnexpectedResponseExceptionType; +import com.azure.core.http.rest.PagedFlux; +import com.azure.core.http.rest.PagedIterable; +import com.azure.core.http.rest.PagedResponse; +import com.azure.core.http.rest.PagedResponseBase; +import com.azure.core.http.rest.Response; +import com.azure.core.http.rest.RestProxy; +import com.azure.core.management.exception.ManagementException; +import com.azure.core.util.Context; +import com.azure.core.util.FluxUtil; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.resources.fluent.SubscriptionFeatureRegistrationsClient; +import com.azure.resourcemanager.resources.fluent.models.SubscriptionFeatureRegistrationInner; +import com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete; +import com.azure.resourcemanager.resources.models.SubscriptionFeatureRegistrationList; +import com.azure.resourcemanager.resources.models.SubscriptionFeatureRegistrationProperties; +import reactor.core.publisher.Mono; + +/** + * An instance of this class provides access to all the operations defined in SubscriptionFeatureRegistrationsClient. + */ +public final class SubscriptionFeatureRegistrationsClientImpl + implements InnerSupportsDelete, SubscriptionFeatureRegistrationsClient { + private final ClientLogger logger = new ClientLogger(SubscriptionFeatureRegistrationsClientImpl.class); + + /** The proxy service used to perform REST calls. */ + private final SubscriptionFeatureRegistrationsService service; + + /** The service client containing this operation class. */ + private final FeatureClientImpl client; + + /** + * Initializes an instance of SubscriptionFeatureRegistrationsClientImpl. + * + * @param client the instance of the service client containing this operation class. + */ + SubscriptionFeatureRegistrationsClientImpl(FeatureClientImpl client) { + this.service = + RestProxy + .create( + SubscriptionFeatureRegistrationsService.class, + client.getHttpPipeline(), + client.getSerializerAdapter()); + this.client = client; + } + + /** + * The interface defining all the services for FeatureClientSubscriptionFeatureRegistrations to be used by the proxy + * service to perform REST calls. + */ + @Host("{$host}") + @ServiceInterface(name = "FeatureClientSubscri") + private interface SubscriptionFeatureRegistrationsService { + @Headers({"Content-Type: application/json"}) + @Get( + "/subscriptions/{subscriptionId}/providers/Microsoft.Features/featureProviders/{providerNamespace}" + + "/subscriptionFeatureRegistrations/{featureName}") + @ExpectedResponses({200}) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> get( + @HostParam("$host") String endpoint, + @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("providerNamespace") String providerNamespace, + @PathParam("featureName") String featureName, + @HeaderParam("Accept") String accept, + Context context); + + @Headers({"Content-Type: application/json"}) + @Put( + "/subscriptions/{subscriptionId}/providers/Microsoft.Features/featureProviders/{providerNamespace}" + + "/subscriptionFeatureRegistrations/{featureName}") + @ExpectedResponses({200}) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> createOrUpdate( + @HostParam("$host") String endpoint, + @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("providerNamespace") String providerNamespace, + @PathParam("featureName") String featureName, + @BodyParam("application/json") SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationType, + @HeaderParam("Accept") String accept, + Context context); + + @Headers({"Content-Type: application/json"}) + @Delete( + "/subscriptions/{subscriptionId}/providers/Microsoft.Features/featureProviders/{providerNamespace}" + + "/subscriptionFeatureRegistrations/{featureName}") + @ExpectedResponses({200, 204}) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> delete( + @HostParam("$host") String endpoint, + @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("providerNamespace") String providerNamespace, + @PathParam("featureName") String featureName, + @HeaderParam("Accept") String accept, + Context context); + + @Headers({"Content-Type: application/json"}) + @Get( + "/subscriptions/{subscriptionId}/providers/Microsoft.Features/featureProviders/{providerNamespace}" + + "/subscriptionFeatureRegistrations") + @ExpectedResponses({200}) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> listBySubscription( + @HostParam("$host") String endpoint, + @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @PathParam("providerNamespace") String providerNamespace, + @HeaderParam("Accept") String accept, + Context context); + + @Headers({"Content-Type: application/json"}) + @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Features/subscriptionFeatureRegistrations") + @ExpectedResponses({200}) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> list( + @HostParam("$host") String endpoint, + @QueryParam("api-version") String apiVersion, + @PathParam("subscriptionId") String subscriptionId, + @HeaderParam("Accept") String accept, + Context context); + + @Headers({"Content-Type: application/json"}) + @Get("{nextLink}") + @ExpectedResponses({200}) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> listBySubscriptionNext( + @PathParam(value = "nextLink", encoded = true) String nextLink, + @HostParam("$host") String endpoint, + @HeaderParam("Accept") String accept, + Context context); + + @Headers({"Content-Type: application/json"}) + @Get("{nextLink}") + @ExpectedResponses({200}) + @UnexpectedResponseExceptionType(ManagementException.class) + Mono> listAllBySubscriptionNext( + @PathParam(value = "nextLink", encoded = true) String nextLink, + @HostParam("$host") String endpoint, + @HeaderParam("Accept") String accept, + Context context); + } + + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono> getWithResponseAsync( + String providerNamespace, String featureName) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + if (providerNamespace == null) { + return Mono + .error(new IllegalArgumentException("Parameter providerNamespace is required and cannot be null.")); + } + if (featureName == null) { + return Mono.error(new IllegalArgumentException("Parameter featureName is required and cannot be null.")); + } + final String accept = "application/json"; + return FluxUtil + .withContext( + context -> + service + .get( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + providerNamespace, + featureName, + accept, + context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> getWithResponseAsync( + String providerNamespace, String featureName, Context context) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + if (providerNamespace == null) { + return Mono + .error(new IllegalArgumentException("Parameter providerNamespace is required and cannot be null.")); + } + if (featureName == null) { + return Mono.error(new IllegalArgumentException("Parameter featureName is required and cannot be null.")); + } + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service + .get( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + providerNamespace, + featureName, + accept, + context); + } + + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono getAsync(String providerNamespace, String featureName) { + return getWithResponseAsync(providerNamespace, featureName) + .flatMap( + (Response res) -> { + if (res.getValue() != null) { + return Mono.just(res.getValue()); + } else { + return Mono.empty(); + } + }); + } + + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public SubscriptionFeatureRegistrationInner get(String providerNamespace, String featureName) { + return getAsync(providerNamespace, featureName).block(); + } + + /** + * Returns a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response getWithResponse( + String providerNamespace, String featureName, Context context) { + return getWithResponseAsync(providerNamespace, featureName, context).block(); + } + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param properties The properties parameter. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono> createOrUpdateWithResponseAsync( + String providerNamespace, String featureName, SubscriptionFeatureRegistrationProperties properties) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + if (providerNamespace == null) { + return Mono + .error(new IllegalArgumentException("Parameter providerNamespace is required and cannot be null.")); + } + if (featureName == null) { + return Mono.error(new IllegalArgumentException("Parameter featureName is required and cannot be null.")); + } + if (properties != null) { + properties.validate(); + } + final String accept = "application/json"; + SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationTypeInternal = null; + if (properties != null) { + subscriptionFeatureRegistrationTypeInternal = new SubscriptionFeatureRegistrationInner(); + subscriptionFeatureRegistrationTypeInternal.withProperties(properties); + } + SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationType = + subscriptionFeatureRegistrationTypeInternal; + return FluxUtil + .withContext( + context -> + service + .createOrUpdate( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + providerNamespace, + featureName, + subscriptionFeatureRegistrationType, + accept, + context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param properties The properties parameter. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> createOrUpdateWithResponseAsync( + String providerNamespace, + String featureName, + SubscriptionFeatureRegistrationProperties properties, + Context context) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + if (providerNamespace == null) { + return Mono + .error(new IllegalArgumentException("Parameter providerNamespace is required and cannot be null.")); + } + if (featureName == null) { + return Mono.error(new IllegalArgumentException("Parameter featureName is required and cannot be null.")); + } + if (properties != null) { + properties.validate(); + } + final String accept = "application/json"; + SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationTypeInternal = null; + if (properties != null) { + subscriptionFeatureRegistrationTypeInternal = new SubscriptionFeatureRegistrationInner(); + subscriptionFeatureRegistrationTypeInternal.withProperties(properties); + } + SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationType = + subscriptionFeatureRegistrationTypeInternal; + context = this.client.mergeContext(context); + return service + .createOrUpdate( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + providerNamespace, + featureName, + subscriptionFeatureRegistrationType, + accept, + context); + } + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param properties The properties parameter. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono createOrUpdateAsync( + String providerNamespace, String featureName, SubscriptionFeatureRegistrationProperties properties) { + return createOrUpdateWithResponseAsync(providerNamespace, featureName, properties) + .flatMap( + (Response res) -> { + if (res.getValue() != null) { + return Mono.just(res.getValue()); + } else { + return Mono.empty(); + } + }); + } + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono createOrUpdateAsync( + String providerNamespace, String featureName) { + final SubscriptionFeatureRegistrationProperties properties = null; + return createOrUpdateWithResponseAsync(providerNamespace, featureName, properties) + .flatMap( + (Response res) -> { + if (res.getValue() != null) { + return Mono.just(res.getValue()); + } else { + return Mono.empty(); + } + }); + } + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public SubscriptionFeatureRegistrationInner createOrUpdate(String providerNamespace, String featureName) { + final SubscriptionFeatureRegistrationProperties properties = null; + return createOrUpdateAsync(providerNamespace, featureName, properties).block(); + } + + /** + * Create or update a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param properties The properties parameter. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return subscription feature registration details. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response createOrUpdateWithResponse( + String providerNamespace, + String featureName, + SubscriptionFeatureRegistrationProperties properties, + Context context) { + return createOrUpdateWithResponseAsync(providerNamespace, featureName, properties, context).block(); + } + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono> deleteWithResponseAsync(String providerNamespace, String featureName) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + if (providerNamespace == null) { + return Mono + .error(new IllegalArgumentException("Parameter providerNamespace is required and cannot be null.")); + } + if (featureName == null) { + return Mono.error(new IllegalArgumentException("Parameter featureName is required and cannot be null.")); + } + final String accept = "application/json"; + return FluxUtil + .withContext( + context -> + service + .delete( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + providerNamespace, + featureName, + accept, + context)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> deleteWithResponseAsync( + String providerNamespace, String featureName, Context context) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + if (providerNamespace == null) { + return Mono + .error(new IllegalArgumentException("Parameter providerNamespace is required and cannot be null.")); + } + if (featureName == null) { + return Mono.error(new IllegalArgumentException("Parameter featureName is required and cannot be null.")); + } + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service + .delete( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + providerNamespace, + featureName, + accept, + context); + } + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono deleteAsync(String providerNamespace, String featureName) { + return deleteWithResponseAsync(providerNamespace, featureName).flatMap((Response res) -> Mono.empty()); + } + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public void delete(String providerNamespace, String featureName) { + deleteAsync(providerNamespace, featureName).block(); + } + + /** + * Deletes a feature registration. + * + * @param providerNamespace The provider namespace. + * @param featureName The feature name. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response deleteWithResponse(String providerNamespace, String featureName, Context context) { + return deleteWithResponseAsync(providerNamespace, featureName, context).block(); + } + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listBySubscriptionSinglePageAsync( + String providerNamespace) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + if (providerNamespace == null) { + return Mono + .error(new IllegalArgumentException("Parameter providerNamespace is required and cannot be null.")); + } + final String accept = "application/json"; + return FluxUtil + .withContext( + context -> + service + .listBySubscription( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + providerNamespace, + accept, + context)) + .>map( + res -> + new PagedResponseBase<>( + res.getRequest(), + res.getStatusCode(), + res.getHeaders(), + res.getValue().value(), + res.getValue().nextLink(), + null)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listBySubscriptionSinglePageAsync( + String providerNamespace, Context context) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + if (providerNamespace == null) { + return Mono + .error(new IllegalArgumentException("Parameter providerNamespace is required and cannot be null.")); + } + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service + .listBySubscription( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + providerNamespace, + accept, + context) + .map( + res -> + new PagedResponseBase<>( + res.getRequest(), + res.getStatusCode(), + res.getHeaders(), + res.getValue().value(), + res.getValue().nextLink(), + null)); + } + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedFlux listBySubscriptionAsync(String providerNamespace) { + return new PagedFlux<>( + () -> listBySubscriptionSinglePageAsync(providerNamespace), + nextLink -> listBySubscriptionNextSinglePageAsync(nextLink)); + } + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + private PagedFlux listBySubscriptionAsync( + String providerNamespace, Context context) { + return new PagedFlux<>( + () -> listBySubscriptionSinglePageAsync(providerNamespace, context), + nextLink -> listBySubscriptionNextSinglePageAsync(nextLink, context)); + } + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable listBySubscription(String providerNamespace) { + return new PagedIterable<>(listBySubscriptionAsync(providerNamespace)); + } + + /** + * Returns subscription feature registrations for given subscription and provider namespace. + * + * @param providerNamespace The provider namespace. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable listBySubscription( + String providerNamespace, Context context) { + return new PagedIterable<>(listBySubscriptionAsync(providerNamespace, context)); + } + + /** + * Returns subscription feature registrations for given subscription. + * + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listSinglePageAsync() { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + final String accept = "application/json"; + return FluxUtil + .withContext( + context -> + service + .list( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + accept, + context)) + .>map( + res -> + new PagedResponseBase<>( + res.getRequest(), + res.getStatusCode(), + res.getHeaders(), + res.getValue().value(), + res.getValue().nextLink(), + null)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Returns subscription feature registrations for given subscription. + * + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listSinglePageAsync(Context context) { + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + if (this.client.getSubscriptionId() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getSubscriptionId() is required and cannot be null.")); + } + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service + .list( + this.client.getEndpoint(), + this.client.getApiVersion(), + this.client.getSubscriptionId(), + accept, + context) + .map( + res -> + new PagedResponseBase<>( + res.getRequest(), + res.getStatusCode(), + res.getHeaders(), + res.getValue().value(), + res.getValue().nextLink(), + null)); + } + + /** + * Returns subscription feature registrations for given subscription. + * + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedFlux listAsync() { + return new PagedFlux<>( + () -> listSinglePageAsync(), nextLink -> listAllBySubscriptionNextSinglePageAsync(nextLink)); + } + + /** + * Returns subscription feature registrations for given subscription. + * + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + private PagedFlux listAsync(Context context) { + return new PagedFlux<>( + () -> listSinglePageAsync(context), + nextLink -> listAllBySubscriptionNextSinglePageAsync(nextLink, context)); + } + + /** + * Returns subscription feature registrations for given subscription. + * + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable list() { + return new PagedIterable<>(listAsync()); + } + + /** + * Returns subscription feature registrations for given subscription. + * + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.COLLECTION) + public PagedIterable list(Context context) { + return new PagedIterable<>(listAsync(context)); + } + + /** + * Get the next page of items. + * + * @param nextLink The nextLink parameter. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listBySubscriptionNextSinglePageAsync( + String nextLink) { + if (nextLink == null) { + return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null.")); + } + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + final String accept = "application/json"; + return FluxUtil + .withContext( + context -> service.listBySubscriptionNext(nextLink, this.client.getEndpoint(), accept, context)) + .>map( + res -> + new PagedResponseBase<>( + res.getRequest(), + res.getStatusCode(), + res.getHeaders(), + res.getValue().value(), + res.getValue().nextLink(), + null)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Get the next page of items. + * + * @param nextLink The nextLink parameter. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listBySubscriptionNextSinglePageAsync( + String nextLink, Context context) { + if (nextLink == null) { + return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null.")); + } + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service + .listBySubscriptionNext(nextLink, this.client.getEndpoint(), accept, context) + .map( + res -> + new PagedResponseBase<>( + res.getRequest(), + res.getStatusCode(), + res.getHeaders(), + res.getValue().value(), + res.getValue().nextLink(), + null)); + } + + /** + * Get the next page of items. + * + * @param nextLink The nextLink parameter. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listAllBySubscriptionNextSinglePageAsync( + String nextLink) { + if (nextLink == null) { + return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null.")); + } + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + final String accept = "application/json"; + return FluxUtil + .withContext( + context -> service.listAllBySubscriptionNext(nextLink, this.client.getEndpoint(), accept, context)) + .>map( + res -> + new PagedResponseBase<>( + res.getRequest(), + res.getStatusCode(), + res.getHeaders(), + res.getValue().value(), + res.getValue().nextLink(), + null)) + .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly())); + } + + /** + * Get the next page of items. + * + * @param nextLink The nextLink parameter. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ManagementException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the list of subscription feature registrations. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + private Mono> listAllBySubscriptionNextSinglePageAsync( + String nextLink, Context context) { + if (nextLink == null) { + return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null.")); + } + if (this.client.getEndpoint() == null) { + return Mono + .error( + new IllegalArgumentException( + "Parameter this.client.getEndpoint() is required and cannot be null.")); + } + final String accept = "application/json"; + context = this.client.mergeContext(context); + return service + .listAllBySubscriptionNext(nextLink, this.client.getEndpoint(), accept, context) + .map( + res -> + new PagedResponseBase<>( + res.getRequest(), + res.getStatusCode(), + res.getHeaders(), + res.getValue().value(), + res.getValue().nextLink(), + null)); + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/AuthorizationProfile.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/AuthorizationProfile.java new file mode 100644 index 000000000000..34ad916ab1c5 --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/AuthorizationProfile.java @@ -0,0 +1,100 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.resources.models; + +import com.azure.core.annotation.Immutable; +import com.azure.core.util.logging.ClientLogger; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonProperty; +import java.time.OffsetDateTime; + +/** Authorization Profile. */ +@Immutable +public final class AuthorizationProfile { + @JsonIgnore private final ClientLogger logger = new ClientLogger(AuthorizationProfile.class); + + /* + * The requested time + */ + @JsonProperty(value = "requestedTime", access = JsonProperty.Access.WRITE_ONLY) + private OffsetDateTime requestedTime; + + /* + * The requester + */ + @JsonProperty(value = "requester", access = JsonProperty.Access.WRITE_ONLY) + private String requester; + + /* + * The requester object id + */ + @JsonProperty(value = "requesterObjectId", access = JsonProperty.Access.WRITE_ONLY) + private String requesterObjectId; + + /* + * The approved time + */ + @JsonProperty(value = "approvedTime", access = JsonProperty.Access.WRITE_ONLY) + private OffsetDateTime approvedTime; + + /* + * The approver + */ + @JsonProperty(value = "approver", access = JsonProperty.Access.WRITE_ONLY) + private String approver; + + /** + * Get the requestedTime property: The requested time. + * + * @return the requestedTime value. + */ + public OffsetDateTime requestedTime() { + return this.requestedTime; + } + + /** + * Get the requester property: The requester. + * + * @return the requester value. + */ + public String requester() { + return this.requester; + } + + /** + * Get the requesterObjectId property: The requester object id. + * + * @return the requesterObjectId value. + */ + public String requesterObjectId() { + return this.requesterObjectId; + } + + /** + * Get the approvedTime property: The approved time. + * + * @return the approvedTime value. + */ + public OffsetDateTime approvedTime() { + return this.approvedTime; + } + + /** + * Get the approver property: The approver. + * + * @return the approver value. + */ + public String approver() { + return this.approver; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Feature.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Feature.java index 9c2473fad064..3a4951f7b38f 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Feature.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Feature.java @@ -29,4 +29,14 @@ public interface Feature extends * @return the state of the previewed feature */ String state(); + + /** + * @return the resource provider namespace of the feature + */ + String resourceProviderName(); + + /** + * @return the name of the feature + */ + String featureName(); } diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Identity.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Identity.java index 6ec1246b9bd6..d4b7e098e54f 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Identity.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Identity.java @@ -7,6 +7,7 @@ import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Map; @@ -39,6 +40,7 @@ public class Identity { * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */ @JsonProperty(value = "userAssignedIdentities") + @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map userAssignedIdentities; /** diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ProviderResourceType.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ProviderResourceType.java index f4da4352a1c4..dac4b93d7333 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ProviderResourceType.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ProviderResourceType.java @@ -7,6 +7,7 @@ import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.List; import java.util.Map; @@ -68,6 +69,7 @@ public final class ProviderResourceType { * The properties. */ @JsonProperty(value = "properties") + @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map properties; /** diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ResourceGroupPatchable.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ResourceGroupPatchable.java index 4b4e641e01fc..e5562219f771 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ResourceGroupPatchable.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ResourceGroupPatchable.java @@ -7,6 +7,7 @@ import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Map; @@ -37,6 +38,7 @@ public final class ResourceGroupPatchable { * The tags attached to the resource group. */ @JsonProperty(value = "tags") + @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map tags; /** diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ScopedDeployment.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ScopedDeployment.java index 93641e9ae5b5..e4ee85859c71 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ScopedDeployment.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/ScopedDeployment.java @@ -7,6 +7,7 @@ import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Map; @@ -31,6 +32,7 @@ public final class ScopedDeployment { * Deployment tags */ @JsonProperty(value = "tags") + @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map tags; /** diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationApprovalType.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationApprovalType.java new file mode 100644 index 000000000000..fa18e6f192ff --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationApprovalType.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.resources.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Defines values for SubscriptionFeatureRegistrationApprovalType. */ +public final class SubscriptionFeatureRegistrationApprovalType + extends ExpandableStringEnum { + /** Static value NotSpecified for SubscriptionFeatureRegistrationApprovalType. */ + public static final SubscriptionFeatureRegistrationApprovalType NOT_SPECIFIED = fromString("NotSpecified"); + + /** Static value ApprovalRequired for SubscriptionFeatureRegistrationApprovalType. */ + public static final SubscriptionFeatureRegistrationApprovalType APPROVAL_REQUIRED = fromString("ApprovalRequired"); + + /** Static value AutoApproval for SubscriptionFeatureRegistrationApprovalType. */ + public static final SubscriptionFeatureRegistrationApprovalType AUTO_APPROVAL = fromString("AutoApproval"); + + /** + * Creates or finds a SubscriptionFeatureRegistrationApprovalType from its string representation. + * + * @param name a name to look for. + * @return the corresponding SubscriptionFeatureRegistrationApprovalType. + */ + @JsonCreator + public static SubscriptionFeatureRegistrationApprovalType fromString(String name) { + return fromString(name, SubscriptionFeatureRegistrationApprovalType.class); + } + + /** @return known SubscriptionFeatureRegistrationApprovalType values. */ + public static Collection values() { + return values(SubscriptionFeatureRegistrationApprovalType.class); + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationList.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationList.java new file mode 100644 index 000000000000..1dd827ca1651 --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationList.java @@ -0,0 +1,82 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.resources.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.resources.fluent.models.SubscriptionFeatureRegistrationInner; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonProperty; +import java.util.List; + +/** The list of subscription feature registrations. */ +@Fluent +public final class SubscriptionFeatureRegistrationList { + @JsonIgnore private final ClientLogger logger = new ClientLogger(SubscriptionFeatureRegistrationList.class); + + /* + * The link used to get the next page of subscription feature registrations + * list. + */ + @JsonProperty(value = "nextLink") + private String nextLink; + + /* + * The list of subscription feature registrations. + */ + @JsonProperty(value = "value") + private List value; + + /** + * Get the nextLink property: The link used to get the next page of subscription feature registrations list. + * + * @return the nextLink value. + */ + public String nextLink() { + return this.nextLink; + } + + /** + * Set the nextLink property: The link used to get the next page of subscription feature registrations list. + * + * @param nextLink the nextLink value to set. + * @return the SubscriptionFeatureRegistrationList object itself. + */ + public SubscriptionFeatureRegistrationList withNextLink(String nextLink) { + this.nextLink = nextLink; + return this; + } + + /** + * Get the value property: The list of subscription feature registrations. + * + * @return the value value. + */ + public List value() { + return this.value; + } + + /** + * Set the value property: The list of subscription feature registrations. + * + * @param value the value value to set. + * @return the SubscriptionFeatureRegistrationList object itself. + */ + public SubscriptionFeatureRegistrationList withValue(List value) { + this.value = value; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (value() != null) { + value().forEach(e -> e.validate()); + } + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationProperties.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationProperties.java new file mode 100644 index 000000000000..e379dbb142be --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationProperties.java @@ -0,0 +1,298 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.resources.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import java.time.OffsetDateTime; +import java.util.Map; + +/** The SubscriptionFeatureRegistrationProperties model. */ +@Fluent +public final class SubscriptionFeatureRegistrationProperties { + @JsonIgnore private final ClientLogger logger = new ClientLogger(SubscriptionFeatureRegistrationProperties.class); + + /* + * The tenantId. + */ + @JsonProperty(value = "tenantId", access = JsonProperty.Access.WRITE_ONLY) + private String tenantId; + + /* + * The subscriptionId. + */ + @JsonProperty(value = "subscriptionId", access = JsonProperty.Access.WRITE_ONLY) + private String subscriptionId; + + /* + * The featureName. + */ + @JsonProperty(value = "featureName", access = JsonProperty.Access.WRITE_ONLY) + private String featureName; + + /* + * The featureDisplayName. + */ + @JsonProperty(value = "displayName", access = JsonProperty.Access.WRITE_ONLY) + private String displayName; + + /* + * The providerNamespace. + */ + @JsonProperty(value = "providerNamespace", access = JsonProperty.Access.WRITE_ONLY) + private String providerNamespace; + + /* + * The state. + */ + @JsonProperty(value = "state") + private SubscriptionFeatureRegistrationState state; + + /* + * Authorization Profile + */ + @JsonProperty(value = "authorizationProfile") + private AuthorizationProfile authorizationProfile; + + /* + * Key-value pairs for meta data. + */ + @JsonProperty(value = "metadata") + @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) + private Map metadata; + + /* + * The feature release date. + */ + @JsonProperty(value = "releaseDate", access = JsonProperty.Access.WRITE_ONLY) + private OffsetDateTime releaseDate; + + /* + * The feature registration date. + */ + @JsonProperty(value = "registrationDate", access = JsonProperty.Access.WRITE_ONLY) + private OffsetDateTime registrationDate; + + /* + * The feature documentation link. + */ + @JsonProperty(value = "documentationLink", access = JsonProperty.Access.WRITE_ONLY) + private String documentationLink; + + /* + * The feature approval type. + */ + @JsonProperty(value = "approvalType", access = JsonProperty.Access.WRITE_ONLY) + private SubscriptionFeatureRegistrationApprovalType approvalType; + + /* + * Indicates whether feature should be displayed in Portal. + */ + @JsonProperty(value = "shouldFeatureDisplayInPortal") + private Boolean shouldFeatureDisplayInPortal; + + /* + * The feature description. + */ + @JsonProperty(value = "description") + private String description; + + /** + * Get the tenantId property: The tenantId. + * + * @return the tenantId value. + */ + public String tenantId() { + return this.tenantId; + } + + /** + * Get the subscriptionId property: The subscriptionId. + * + * @return the subscriptionId value. + */ + public String subscriptionId() { + return this.subscriptionId; + } + + /** + * Get the featureName property: The featureName. + * + * @return the featureName value. + */ + public String featureName() { + return this.featureName; + } + + /** + * Get the displayName property: The featureDisplayName. + * + * @return the displayName value. + */ + public String displayName() { + return this.displayName; + } + + /** + * Get the providerNamespace property: The providerNamespace. + * + * @return the providerNamespace value. + */ + public String providerNamespace() { + return this.providerNamespace; + } + + /** + * Get the state property: The state. + * + * @return the state value. + */ + public SubscriptionFeatureRegistrationState state() { + return this.state; + } + + /** + * Set the state property: The state. + * + * @param state the state value to set. + * @return the SubscriptionFeatureRegistrationProperties object itself. + */ + public SubscriptionFeatureRegistrationProperties withState(SubscriptionFeatureRegistrationState state) { + this.state = state; + return this; + } + + /** + * Get the authorizationProfile property: Authorization Profile. + * + * @return the authorizationProfile value. + */ + public AuthorizationProfile authorizationProfile() { + return this.authorizationProfile; + } + + /** + * Set the authorizationProfile property: Authorization Profile. + * + * @param authorizationProfile the authorizationProfile value to set. + * @return the SubscriptionFeatureRegistrationProperties object itself. + */ + public SubscriptionFeatureRegistrationProperties withAuthorizationProfile( + AuthorizationProfile authorizationProfile) { + this.authorizationProfile = authorizationProfile; + return this; + } + + /** + * Get the metadata property: Key-value pairs for meta data. + * + * @return the metadata value. + */ + public Map metadata() { + return this.metadata; + } + + /** + * Set the metadata property: Key-value pairs for meta data. + * + * @param metadata the metadata value to set. + * @return the SubscriptionFeatureRegistrationProperties object itself. + */ + public SubscriptionFeatureRegistrationProperties withMetadata(Map metadata) { + this.metadata = metadata; + return this; + } + + /** + * Get the releaseDate property: The feature release date. + * + * @return the releaseDate value. + */ + public OffsetDateTime releaseDate() { + return this.releaseDate; + } + + /** + * Get the registrationDate property: The feature registration date. + * + * @return the registrationDate value. + */ + public OffsetDateTime registrationDate() { + return this.registrationDate; + } + + /** + * Get the documentationLink property: The feature documentation link. + * + * @return the documentationLink value. + */ + public String documentationLink() { + return this.documentationLink; + } + + /** + * Get the approvalType property: The feature approval type. + * + * @return the approvalType value. + */ + public SubscriptionFeatureRegistrationApprovalType approvalType() { + return this.approvalType; + } + + /** + * Get the shouldFeatureDisplayInPortal property: Indicates whether feature should be displayed in Portal. + * + * @return the shouldFeatureDisplayInPortal value. + */ + public Boolean shouldFeatureDisplayInPortal() { + return this.shouldFeatureDisplayInPortal; + } + + /** + * Set the shouldFeatureDisplayInPortal property: Indicates whether feature should be displayed in Portal. + * + * @param shouldFeatureDisplayInPortal the shouldFeatureDisplayInPortal value to set. + * @return the SubscriptionFeatureRegistrationProperties object itself. + */ + public SubscriptionFeatureRegistrationProperties withShouldFeatureDisplayInPortal( + Boolean shouldFeatureDisplayInPortal) { + this.shouldFeatureDisplayInPortal = shouldFeatureDisplayInPortal; + return this; + } + + /** + * Get the description property: The feature description. + * + * @return the description value. + */ + public String description() { + return this.description; + } + + /** + * Set the description property: The feature description. + * + * @param description the description value to set. + * @return the SubscriptionFeatureRegistrationProperties object itself. + */ + public SubscriptionFeatureRegistrationProperties withDescription(String description) { + this.description = description; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (authorizationProfile() != null) { + authorizationProfile().validate(); + } + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationState.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationState.java new file mode 100644 index 000000000000..461d0e741af7 --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/SubscriptionFeatureRegistrationState.java @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.resources.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Defines values for SubscriptionFeatureRegistrationState. */ +public final class SubscriptionFeatureRegistrationState + extends ExpandableStringEnum { + /** Static value NotSpecified for SubscriptionFeatureRegistrationState. */ + public static final SubscriptionFeatureRegistrationState NOT_SPECIFIED = fromString("NotSpecified"); + + /** Static value NotRegistered for SubscriptionFeatureRegistrationState. */ + public static final SubscriptionFeatureRegistrationState NOT_REGISTERED = fromString("NotRegistered"); + + /** Static value Pending for SubscriptionFeatureRegistrationState. */ + public static final SubscriptionFeatureRegistrationState PENDING = fromString("Pending"); + + /** Static value Registering for SubscriptionFeatureRegistrationState. */ + public static final SubscriptionFeatureRegistrationState REGISTERING = fromString("Registering"); + + /** Static value Registered for SubscriptionFeatureRegistrationState. */ + public static final SubscriptionFeatureRegistrationState REGISTERED = fromString("Registered"); + + /** Static value Unregistering for SubscriptionFeatureRegistrationState. */ + public static final SubscriptionFeatureRegistrationState UNREGISTERING = fromString("Unregistering"); + + /** Static value Unregistered for SubscriptionFeatureRegistrationState. */ + public static final SubscriptionFeatureRegistrationState UNREGISTERED = fromString("Unregistered"); + + /** + * Creates or finds a SubscriptionFeatureRegistrationState from its string representation. + * + * @param name a name to look for. + * @return the corresponding SubscriptionFeatureRegistrationState. + */ + @JsonCreator + public static SubscriptionFeatureRegistrationState fromString(String name) { + return fromString(name, SubscriptionFeatureRegistrationState.class); + } + + /** @return known SubscriptionFeatureRegistrationState values. */ + public static Collection values() { + return values(SubscriptionFeatureRegistrationState.class); + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Tags.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Tags.java index 99c81b153f2c..d10aa32983fd 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Tags.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/Tags.java @@ -7,6 +7,7 @@ import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Map; @@ -19,6 +20,7 @@ public final class Tags { * Dictionary of */ @JsonProperty(value = "tags") + @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map tags; /** diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/test/java/com/azure/resourcemanager/resources/DeploymentsTests.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/test/java/com/azure/resourcemanager/resources/DeploymentsTests.java index 6a4ced15c4dc..2546d6d56829 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/src/test/java/com/azure/resourcemanager/resources/DeploymentsTests.java +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/test/java/com/azure/resourcemanager/resources/DeploymentsTests.java @@ -40,9 +40,9 @@ public class DeploymentsTests extends ResourceManagementTest { private String testId; private String rgName; - private static final String TEMPLATE_URI = "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vnet-two-subnets/azuredeploy.json"; + private static final String TEMPLATE_URI = "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.network/vnet-two-subnets/azuredeploy.json"; private static final String BLANK_TEMPLATE_URI = "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/100-blank-template/azuredeploy.json"; - private static final String PARAMETERS_URI = "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vnet-two-subnets/azuredeploy.parameters.json"; + private static final String PARAMETERS_URI = "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.network/vnet-two-subnets/azuredeploy.parameters.json"; private static final String UPDATE_TEMPLATE = "{\"$schema\":\"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\"contentVersion\":\"1.0.0.0\",\"parameters\":{\"vnetName\":{\"type\":\"string\",\"defaultValue\":\"VNet2\",\"metadata\":{\"description\":\"VNet name\"}},\"vnetAddressPrefix\":{\"type\":\"string\",\"defaultValue\":\"10.0.0.0/16\",\"metadata\":{\"description\":\"Address prefix\"}},\"subnet1Prefix\":{\"type\":\"string\",\"defaultValue\":\"10.0.0.0/24\",\"metadata\":{\"description\":\"Subnet 1 Prefix\"}},\"subnet1Name\":{\"type\":\"string\",\"defaultValue\":\"Subnet1\",\"metadata\":{\"description\":\"Subnet 1 Name\"}},\"subnet2Prefix\":{\"type\":\"string\",\"defaultValue\":\"10.0.1.0/24\",\"metadata\":{\"description\":\"Subnet 2 Prefix\"}},\"subnet2Name\":{\"type\":\"string\",\"defaultValue\":\"Subnet222\",\"metadata\":{\"description\":\"Subnet 2 Name\"}}},\"variables\":{\"apiVersion\":\"2015-06-15\"},\"resources\":[{\"apiVersion\":\"[variables('apiVersion')]\",\"type\":\"Microsoft.Network/virtualNetworks\",\"name\":\"[parameters('vnetName')]\",\"location\":\"[resourceGroup().location]\",\"properties\":{\"addressSpace\":{\"addressPrefixes\":[\"[parameters('vnetAddressPrefix')]\"]},\"subnets\":[{\"name\":\"[parameters('subnet1Name')]\",\"properties\":{\"addressPrefix\":\"[parameters('subnet1Prefix')]\"}},{\"name\":\"[parameters('subnet2Name')]\",\"properties\":{\"addressPrefix\":\"[parameters('subnet2Prefix')]\"}}]}}]}"; private static final String UPDATE_PARAMETERS = "{\"vnetAddressPrefix\":{\"value\":\"10.0.0.0/16\"},\"subnet1Name\":{\"value\":\"Subnet1\"},\"subnet1Prefix\":{\"value\":\"10.0.0.0/24\"}}"; private static final String CONTENT_VERSION = "1.0.0.0"; diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/test/java/com/azure/resourcemanager/resources/FeaturesTests.java b/sdk/resourcemanager/azure-resourcemanager-resources/src/test/java/com/azure/resourcemanager/resources/FeaturesTests.java new file mode 100644 index 000000000000..7688d8d73639 --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/test/java/com/azure/resourcemanager/resources/FeaturesTests.java @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +package com.azure.resourcemanager.resources; + +import com.azure.resourcemanager.resources.models.Feature; +import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Test; + +import java.util.List; +import java.util.stream.Collectors; + +public class FeaturesTests extends ResourceManagementTest { + + @Test + public void canListAndRegisterFeature() { + List features = resourceClient.features().list().stream().collect(Collectors.toList()); + Assertions.assertNotNull(features); + + features.stream() + .filter(f -> "NotRegistered".equals(f.state())) + .findFirst() + .ifPresent(feature -> resourceClient.features() + .register(feature.resourceProviderName(), feature.featureName())); + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/src/test/resources/session-records/FeaturesTests.canListAndRegisterFeature.json b/sdk/resourcemanager/azure-resourcemanager-resources/src/test/resources/session-records/FeaturesTests.canListAndRegisterFeature.json new file mode 100644 index 000000000000..8108d183bb23 --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-resources/src/test/resources/session-records/FeaturesTests.canListAndRegisterFeature.json @@ -0,0 +1,58 @@ +{ + "networkCallRecords" : [ { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/features?api-version=2021-07-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.7.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "1319d407-6b5b-43f6-a1f4-c02959b83e12", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "507516", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11999", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "112f23c9-4a68-4299-a1fe-399e0c203629", + "Date" : "Wed, 28 Jul 2021 07:31:34 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210728T073134Z:112f23c9-4a68-4299-a1fe-399e0c203629", + "Vary" : "Accept-Encoding", + "Expires" : "-1", + "x-ms-request-id" : "southeastasia:5e1777b0-a5a6-4b0d-a499-e3de225f6416", + "Body" : "{\"value\":[{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIaaS/features/cloudSimpleRp1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIaaS/cloudSimpleRp1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp10\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp10\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp11\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp11\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp12\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp12\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp13\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp13\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp14\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp14\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp15\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp15\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp16\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp16\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp17\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp17\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp18\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp18\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp19\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp19\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp20\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp20\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp21\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp21\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp22\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp22\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp23\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp23\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp24\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp24\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp25\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp25\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp6\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp6\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp7\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp7\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp8\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp8\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/cloudSimpleRp9\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/cloudSimpleRp9\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIAAS/features/stagingRP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIAAS/stagingRP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AAD/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AAD/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AAD/features/previewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AAD/previewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AAD/features/tipAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AAD/tipAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.aadiam/features/betalogconnector\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.aadiam/betalogconnector\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.aadiam/features/testinproduction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.aadiam/testinproduction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Advisor/features/dev\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Advisor/dev\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.alertsmanagement/features/enableSmartDiagnostics\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.alertsmanagement/enableSmartDiagnostics\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ApiManagement/features/testinproduction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ApiManagement/testinproduction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ApiManagement/features/testinproductionmdm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ApiManagement/testinproductionmdm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Archive/features/PreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Archive/PreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/aseAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/aseAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/ccAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/ccAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/ciAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/ciAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/dsc\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/dsc\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/eapAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/eapAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/ncusAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/ncusAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/neAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/neAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/scusAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/scusAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/wcusuksAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/wcusuksAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureActiveDirectory/features/B2CV2Resource\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureActiveDirectory/B2CV2Resource\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureActiveDirectory/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureActiveDirectory/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureActiveDirectory/features/CPIMCSP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureActiveDirectory/CPIMCSP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureData/features/eosEarlyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureData/eosEarlyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureData/features/tinaEarlyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureData/tinaEarlyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureStack/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureStack/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureStack/features/Marketplace\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureStack/Marketplace\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Batch/features/BatchAccountWhitelistSAN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Batch/BatchAccountWhitelistSAN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Batch/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Batch/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Batch/features/portaltest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Batch/portaltest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Batch/features/portaltest2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Batch/portaltest2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Batch/features/SwiftProd\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Batch/SwiftProd\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.BatchAI/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.BatchAI/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.BatchAI/features/workspace\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.BatchAI/workspace\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.BigAnalytics/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.BigAnalytics/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Blockchain/features/privatePreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Blockchain/privatePreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cache/features/betaAccess2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cache/betaAccess2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cache/features/betaAccess3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cache/betaAccess3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.cache/features/CanaryCheckNameAvailability\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.cache/CanaryCheckNameAvailability\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ClassicIaaSMigrate/features/ClassicIaaSMigrate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ClassicIaaSMigrate/ClassicIaaSMigrate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ClassicInfrastructureMigrate/features/ClassicInfrastructureMigrate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ClassicInfrastructureMigrate/ClassicInfrastructureMigrate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ClassicSubscription/features/InternalTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ClassicSubscription/InternalTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.cloudes/features/internalmsft\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.cloudes/internalmsft\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.cloudes/features/internalonly\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.cloudes/internalonly\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.cloudes/features/testinproduction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.cloudes/testinproduction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/absLuisAuthoring\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/absLuisAuthoring\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/AutoApproveFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/AutoApproveFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/formUnderstandingPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/formUnderstandingPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/TokenAuthPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/TokenAuthPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AHUB\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AHUB\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AllowManagedDisksReplaceOSDisk\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AllowManagedDisksReplaceOSDisk\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AllowPreReleaseRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AllowPreReleaseRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/armApiPreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/armApiPreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AutomaticOSUpgradeWithGalleryImage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AutomaticOSUpgradeWithGalleryImage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AutoOSUpgradePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AutoOSUpgradePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AvailabilitySetPinning\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AvailabilitySetPinning\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AzAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AzAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AzureVirtualMachineSerialConsole\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AzureVirtualMachineSerialConsole\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AZBalancing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AZBalancing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/BatchGetTenantInformantionRequests\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/BatchGetTenantInformantionRequests\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CanonicalEssentialsPlan\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CanonicalEssentialsPlan\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CanonicalAdvancedSupport\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CanonicalAdvancedSupport\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CanonicalEssentialSupport\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CanonicalEssentialSupport\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CanonicalEssentialsSupport\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CanonicalEssentialsSupport\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CAPSImagePublishing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CAPSImagePublishing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CanonicalStandardSupport\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CanonicalStandardSupport\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CorPersistence\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CorPersistence\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/DedicatedNodeGroup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/DedicatedNodeGroup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/disableDisksAndSnapshotsPerRGLimit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/disableDisksAndSnapshotsPerRGLimit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/DisableSerialConsole\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/DisableSerialConsole\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/DisableServiceHealing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/DisableServiceHealing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/DsmsSecrets\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/DsmsSecrets\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/EnableCrossSubscriptionWithKeyVaultResources\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/EnableCrossSubscriptionWithKeyVaultResources\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ExtensionsFastpath\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ExtensionsFastpath\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.AllowUnhealthyNode\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.AllowUnhealthyNode\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.AzSM.NewDeployment.OptOut\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.AzSM.NewDeployment.OptOut\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.DisableServiceHealing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.DisableServiceHealing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.DisableLiveMigrationGen\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.DisableLiveMigrationGen\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.DisableTenantLeaseOperationsOnNode\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.DisableTenantLeaseOperationsOnNode\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.DisableVMFaultInjectorForTenant\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.DisableVMFaultInjectorForTenant\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableDeadMigrationGen\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableDeadMigrationGen\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableCustomizedTenantLiveMigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableCustomizedTenantLiveMigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableLiveMigrationGen\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableLiveMigrationGen\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableLiveMigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableLiveMigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableStopMigrateForSub\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableStopMigrateForSub\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableStopMigrateDiskCopyForTenant\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableStopMigrateDiskCopyForTenant\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableTenantLeaseOperationsOnNode\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableTenantLeaseOperationsOnNode\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableStopMigrateGen\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableStopMigrateGen\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.StopMigrateSkipDiskCopyForSub\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.StopMigrateSkipDiskCopyForSub\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.EnableVMFaultInjectorForTenant\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.EnableVMFaultInjectorForTenant\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.VMPreprovisioning\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.VMPreprovisioning\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.compute/features/Fabric.UDWithinFDAlignment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.compute/Fabric.UDWithinFDAlignment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/FastPollingOptIn\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/FastPollingOptIn\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Feature.AllowUnhealthyNode\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Feature.AllowUnhealthyNode\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Feature.EnableCustomizedTenantLiveMigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Feature.EnableCustomizedTenantLiveMigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Feature.DisableServiceHealing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Feature.DisableServiceHealing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Foobar\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Foobar\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/GalleryImageBigBlob\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/GalleryImageBigBlob\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/GalleryApplicationPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/GalleryApplicationPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/GalleryImageHighScale\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/GalleryImageHighScale\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/GalleryPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/GalleryPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/GalleryRemoveUserSourceDependency\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/GalleryRemoveUserSourceDependency\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ImpedeFastPolling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ImpedeFastPolling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestPatchVMPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestPatchVMPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/IncrementalSnapshots\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/IncrementalSnapshots\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestVMUpdate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestVMUpdate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/LocalDiffDiskPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/LocalDiffDiskPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ManagedDisksPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ManagedDisksPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ManagedResourcesMove\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ManagedResourcesMove\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/MRProfile\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/MRProfile\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/NetworkPlacementGroupsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/NetworkPlacementGroupsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/NewAllocator\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/NewAllocator\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/NodeFlight\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/NodeFlight\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/OptOutScaleSetPipelinePreemption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/OptOutScaleSetPipelinePreemption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/OSUpgradeForServiceFabric\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/OSUpgradeForServiceFabric\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.compute/features/OverProvision\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.compute/OverProvision\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/OverprovisionedExtensionDelay\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/OverprovisionedExtensionDelay\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/OverProvisionWithUDBalance\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/OverProvisionWithUDBalance\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/OverProvisionWithFDBalancing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/OverProvisionWithFDBalancing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/OverProvisionWithUDBalancing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/OverProvisionWithUDBalancing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/PerfTestSubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/PerfTestSubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ProximityPlacementGroupsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ProximityPlacementGroupsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/RegionalUltraSSDVMs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/RegionalUltraSSDVMs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/RepairVMScaleSetInstancesPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/RepairVMScaleSetInstancesPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.compute/features/Reprovisioning\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.compute/Reprovisioning\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/RollingUpgradePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/RollingUpgradePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/RollingUpgradePolicyOverride\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/RollingUpgradePolicyOverride\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/RunScripts\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/RunScripts\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SIGEnablePremiumLRSReplication\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SIGEnablePremiumLRSReplication\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.compute/features/SpotMeterValidation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.compute/SpotMeterValidation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLG5NP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLG5NP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLG6NP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLG6NP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/StandardSSD\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/StandardSSD\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/TenantReserveActivate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/TenantReserveActivate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/TipNode\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/TipNode\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UDWithinFDAlignment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UDWithinFDAlignment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UltraSSDWithVMSS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UltraSSDWithVMSS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UnifiedDiskEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UnifiedDiskEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UnifiedDiskEncryptionForVMs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UnifiedDiskEncryptionForVMs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UnifiedDiskEncryptionWithOSUpgrades\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UnifiedDiskEncryptionWithOSUpgrades\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UserImageSharing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UserImageSharing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VirtualMachineRuntimeServiceDisablePackageValidation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VirtualMachineRuntimeServiceDisablePackageValidation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VMPipelineBatchingPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VMPipelineBatchingPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/vmssApiPreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/vmssApiPreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/vmssApiPreviewV2Access\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/vmssApiPreviewV2Access\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ConnectedEnvironment/features/tip\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ConnectedEnvironment/tip\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerInstance/features/aciOnAtlas\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerInstance/aciOnAtlas\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerInstance/features/extension\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerInstance/extension\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerInstance/features/privatepreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerInstance/privatepreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerInstance/features/previewSubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerInstance/previewSubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerRegisry/features/BlockRegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerRegisry/BlockRegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerInstance/features/privilegedSubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerInstance/privilegedSubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerRegistry/features/BlockRegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerRegistry/BlockRegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerRegistry/features/BetaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerRegistry/BetaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerRegistry/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerRegistry/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/ACS-EUAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/ACS-EUAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/ACSVNext\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/ACSVNext\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AddContainerInsightsSolution\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AddContainerInsightsSolution\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-AzurePolicyAutoApprove\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-AzurePolicyAutoApprove\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-CanadaCentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-CanadaCentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-CanadaEast\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-CanadaEast\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-CentralUS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-CentralUS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-EastUS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-EastUS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-EnableAzureDataPlanePolicy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-EnableAzureDataPlanePolicy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-INT\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-INT\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-RegionEarlyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-RegionEarlyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-UKWest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-UKWest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKSAuditLog\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKSAuditLog\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-WestUS2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-WestUS2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AksBypassRegionWritesDisabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AksBypassRegionWritesDisabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKSAzureStandardLoadBalancer\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKSAzureStandardLoadBalancer\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKSHTTPCustomFeatures\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKSHTTPCustomFeatures\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AksBypassServiceGate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AksBypassServiceGate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKSLockingDownEgressPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKSLockingDownEgressPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKSImage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKSImage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AllowPreReleaseRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AllowPreReleaseRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKSPrivateLinkPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKSPrivateLinkPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AllowSwarmWindowsAgent\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AllowSwarmWindowsAgent\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AllowValidationRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AllowValidationRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/APIServerSecurityPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/APIServerSecurityPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AROGA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AROGA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/ARORemoteGateway\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/ARORemoteGateway\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AvailabilityZonePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AvailabilityZonePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/ControlPlaneUnderlay\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/ControlPlaneUnderlay\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/DockerEngineImage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/DockerEngineImage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableCCPMutatingWebhook\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableCCPMutatingWebhook\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableNetworkPolicy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableNetworkPolicy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableSingleIPPerCCP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableSingleIPPerCCP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/HTTP-Application-Routing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/HTTP-Application-Routing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableXTablesLock\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableXTablesLock\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/LowPriorityPoolPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/LowPriorityPoolPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/MSIPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/MSIPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/MobyImage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/MobyImage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/MultiAgentpoolPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/MultiAgentpoolPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/NodePublicIPPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/NodePublicIPPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/OpenVPN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/OpenVPN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/OpenshiftManagedCluster\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/OpenshiftManagedCluster\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/OSABypassMarketplace\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/OSABypassMarketplace\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/OSAInProgressFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/OSAInProgressFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/PodSecurityPolicyPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/PodSecurityPolicyPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/RBAC\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/RBAC\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/V20180331API\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/V20180331API\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/SaveOSATestConfig\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/SaveOSATestConfig\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/WindowsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/WindowsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/VMSSPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/VMSSPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Contoso/features/RPaaSSampleApp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Contoso/RPaaSSampleApp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CostManagementBeta/features/TenantRegistration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CostManagementBeta/TenantRegistration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CustomerInsights/features/privatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CustomerInsights/privatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CustomProviders/features/customrp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CustomProviders/customrp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CustomProviders/features/associations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CustomProviders/associations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CustomProviders/features/UpcomingRegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CustomProviders/UpcomingRegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/HeavyCreateAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/HeavyCreateAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBoxEdge/features/DBEIntAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBoxEdge/DBEIntAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBoxEdge/features/EdgeSignUp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBoxEdge/EdgeSignUp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBoxEdge/features/PassiveStampAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBoxEdge/PassiveStampAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/DatabricksEUAPAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/DatabricksEUAPAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/DatabricksControlPlane\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/DatabricksControlPlane\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/TowboatAllowedSubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/TowboatAllowedSubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/DatabricksTestEnv\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/DatabricksTestEnv\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataCatalog/features/PPEAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataCatalog/PPEAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataCatalog/features/PRODAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataCatalog/PRODAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataCatalog/features/PRODAccessNew\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataCatalog/PRODAccessNew\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataFactory/features/DFAccessInBuildout\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataFactory/DFAccessInBuildout\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataExchange/features/workspacePreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataExchange/workspacePreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataFactory/features/GatewayHAPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataFactory/GatewayHAPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataFactory/features/GatewayHAPublicPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataFactory/GatewayHAPublicPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataLakeAnalytics/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataLakeAnalytics/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataLakeAnalytics/features/internalAccessWestCentralUS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataLakeAnalytics/internalAccessWestCentralUS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataLakeAnalytics/features/internalAccessWestUS2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataLakeAnalytics/internalAccessWestUS2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataLakeAnalytics/features/requestedBetaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataLakeAnalytics/requestedBetaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataLakeAnalytics/features/Scope\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataLakeAnalytics/Scope\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataLakeStore/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataLakeStore/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataLakeStore/features/requestedBetaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataLakeStore/requestedBetaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataMigration/features/BuddyA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataMigration/BuddyA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataMigration/features/demo\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataMigration/demo\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataMigration/features/int\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataMigration/int\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataMigration/features/staging\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataMigration/staging\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataShare/features/ReactSqlUxPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataShare/ReactSqlUxPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/georeplica\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/georeplica\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/firewallRuleAllowAzureServices\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/firewallRuleAllowAzureServices\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/newStorageLimit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/newStorageLimit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/georestore\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/georestore\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/replica\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/replica\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMariaDB/features/privatePreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMariaDB/privatePreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/storageautogrow\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/storageautogrow\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/resourceHealth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/resourceHealth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/vnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/vnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/threatdetection\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/threatdetection\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/firewallRuleAllowAzureServices\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/firewallRuleAllowAzureServices\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/workloadInsight\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/workloadInsight\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/georestore\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/georestore\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/georeplica\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/georeplica\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/largeStorage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/largeStorage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/newStorageLimit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/newStorageLimit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DbforMySQL/features/replica\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DbforMySQL/replica\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/resourceHealth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/resourceHealth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/storageautogrow\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/storageautogrow\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/vnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/vnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.dbformysql/features/webappnewbizmodel\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.dbformysql/webappnewbizmodel\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/workloadInsight\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/workloadInsight\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/citus64vCores\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/citus64vCores\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/citusHA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/citusHA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/cituspreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/cituspreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/citusRoles\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/citusRoles\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/firewallRuleAllowAzureServices\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/firewallRuleAllowAzureServices\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/georeplica\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/georeplica\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/georestore\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/georestore\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/indexAdvisor\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/indexAdvisor\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/largeStorage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/largeStorage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/newStorageLimit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/newStorageLimit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/ossazureactivedirectoryadmin\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/ossazureactivedirectoryadmin\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.dbforpostgresql/features/pgversionten\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.dbforpostgresql/pgversionten\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/replica\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/replica\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/resourceHealth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/resourceHealth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/storageautogrow\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/storageautogrow\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/vnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/vnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.dbforpostgresql/features/webappnewbizmodel\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.dbforpostgresql/webappnewbizmodel\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/workloadInsight\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/workloadInsight\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeploymentManager/features/admdev\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeploymentManager/admdev\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeploymentManager/features/ignite2018PreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeploymentManager/ignite2018PreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeploymentManager/features/tip\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeploymentManager/tip\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.devices/features/AzureIoTElasticPools\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.devices/AzureIoTElasticPools\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.devices/features/AzureIoTProvisioningService\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.devices/AzureIoTProvisioningService\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Devices/features/PublicPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Devices/PublicPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevSpaces/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevSpaces/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevTestLab/features/DevInProdIntegration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevTestLab/DevInProdIntegration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevTestLab/features/Integration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevTestLab/Integration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevTestLab/features/Test2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevTestLab/Test2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevTestLab/features/Test3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevTestLab/Test3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevTestLab/features/Test4\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevTestLab/Test4\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.dns/features/privatepreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.dns/privatepreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DocumentDB/features/autopilot-flight-3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DocumentDB/autopilot-flight-3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DocumentDB/features/storageanalytics-public-preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DocumentDB/storageanalytics-public-preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DomainRegistration/features/betaGD\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DomainRegistration/betaGD\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.EventGrid/features/storageEventSubscriptions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.EventGrid/storageEventSubscriptions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Experimentation/features/POC\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Experimentation/POC\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExpressPod/features/DataBoxCanaryTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExpressPod/DataBoxCanaryTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExpressPod/features/DataIngestionService\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExpressPod/DataIngestionService\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExpressPod/features/DeviceImportAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExpressPod/DeviceImportAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Expresspod/features/diskimportaccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Expresspod/diskimportaccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExpressPod/features/ExpressPodCanary\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExpressPod/ExpressPodCanary\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Expresspod/features/IgniteSignup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Expresspod/IgniteSignup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExpressPod/features/MockGdcoAndUps\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExpressPod/MockGdcoAndUps\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Expresspod/features/MockXtService\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Expresspod/MockXtService\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExternalShim/features/ExternalShimAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExternalShim/ExternalShimAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Genomics/features/DevelopmentEnvironmentAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Genomics/DevelopmentEnvironmentAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.GuestConfiguration/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.GuestConfiguration/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.GuestConfiguration/features/CanaryParticipation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.GuestConfiguration/CanaryParticipation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.GuestConfiguration/features/GA20181120\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.GuestConfiguration/GA20181120\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HanaOnAzure/features/noAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HanaOnAzure/noAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HardwareSecurityModules/features/AzureDedicatedHsm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HardwareSecurityModules/AzureDedicatedHsm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HardwareSecurityModules/features/DedicatedHsmEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HardwareSecurityModules/DedicatedHsmEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HardwareSecurityModules/features/deploymentVerification\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HardwareSecurityModules/deploymentVerification\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HardwareSecurityModules/features/drillVerification\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HardwareSecurityModules/drillVerification\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HardwareSecurityModules/features/UseDogfoodHSM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HardwareSecurityModules/UseDogfoodHSM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HardwareSecurityModules/features/UseDogfoodHsmAdminPlane\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HardwareSecurityModules/UseDogfoodHsmAdminPlane\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridCompute/features/HybridComputePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridCompute/HybridComputePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.hybridcompute/features/HybridComputeExtensionPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.hybridcompute/HybridComputeExtensionPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridCompute/features/HybridRPCanary\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridCompute/HybridRPCanary\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridData/features/PreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridData/PreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/AIMONEnvironment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/AIMONEnvironment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/actiongrouptestinproduction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/actiongrouptestinproduction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/azurehealthlimitedpreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/azurehealthlimitedpreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/azurehealthpreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/azurehealthpreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/baseline-preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/baseline-preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/baseline-dogfood\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/baseline-dogfood\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/billingv3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/billingv3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/diagnosticsettingpreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/diagnosticsettingpreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/customMetric\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/customMetric\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/EnableCCAN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/EnableCCAN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/EnableCHNRegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/EnableCHNRegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/EnableCID\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/EnableCID\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/EnableNOERegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/EnableNOERegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/EnableNOWRegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/EnableNOWRegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/EnableSEA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/EnableSEA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/EnableSEAURegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/EnableSEAURegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/EnableSUK\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/EnableSUK\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/EnableWestUS2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/EnableWestUS2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/metricalertprivatepreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/metricalertprivatepreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/metricalertmultidimprivatepreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/metricalertmultidimprivatepreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/NotificationRulePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/NotificationRulePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/NotificationGroupPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/NotificationGroupPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/ScheduledQueryRulesPROD\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/ScheduledQueryRulesPROD\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/ScheduledQueryRulesAIMON\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/ScheduledQueryRulesAIMON\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/testinproduction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/testinproduction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/testinproductionmdm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/testinproductionmdm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/testinproductionnms\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/testinproductionnms\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IoTCentral/features/metering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IoTCentral/metering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IoTSpaces/features/CanaryCustomers\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IoTSpaces/CanaryCustomers\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IoTSpaces/features/MVP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IoTSpaces/MVP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IotSpaces/features/PPECustomers\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IotSpaces/PPECustomers\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IotSpaces/features/PreviewCustomers\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IotSpaces/PreviewCustomers\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IoTSpaces/features/ScaleTestCustomers\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IoTSpaces/ScaleTestCustomers\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KeyVault/features/EventGridPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KeyVault/EventGridPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KeyVault/features/HSMPoolEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KeyVault/HSMPoolEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kona/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kona/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kona/features/betaAccess2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kona/betaAccess2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kubernetes/features/previewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kubernetes/previewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KubernetesConfiguration/features/sourceControlConfiguration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KubernetesConfiguration/sourceControlConfiguration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/AllowSwitzerlandNorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/AllowSwitzerlandNorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseSharedIdentities\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseSharedIdentities\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.LabServices/features/DevInProdIntegration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.LabServices/DevInProdIntegration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/AllowCrossSubscriptionGatewayAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/AllowCrossSubscriptionGatewayAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/AmeProjectionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/AmeProjectionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/AllowUnlimitedLogicApps\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/AllowUnlimitedLogicApps\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/FairfaxDemo\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/FairfaxDemo\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/HostingEnvironmentsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/HostingEnvironmentsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/IsolatedEnvironmentsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/IsolatedEnvironmentsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/IsolatedEnvironmentsPrivateRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/IsolatedEnvironmentsPrivateRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/IsolatedEnvironmentsPreviewDisable\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/IsolatedEnvironmentsPreviewDisable\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.MachineLearningCompute/features/ViennaPublicPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.MachineLearningCompute/ViennaPublicPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.MachineLearningExperimentation/features/CanaryFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.MachineLearningExperimentation/CanaryFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Maintenance/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Maintenance/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ManagedIdentity/features/EnableSecurityGroups\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ManagedIdentity/EnableSecurityGroups\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ManagedNetwork/features/mncbetaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ManagedNetwork/mncbetaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Microsoft/features/AllowNetworkWatcherAzureReachabilityReport\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Microsoft/AllowNetworkWatcherAzureReachabilityReport\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Mindaro/features/tip2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Mindaro/tip2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Mindaro/features/tip\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Mindaro/tip\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/AllowSMB\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/AllowSMB\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/AllowValidationRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/AllowValidationRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFBackupPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFBackupPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFGA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFGA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFGATenant\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFGATenant\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFNFSv4Preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFNFSv4Preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFReplicationPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFReplicationPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFSnapRestorePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFSnapRestorePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/managementNicAdmin\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/managementNicAdmin\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/testing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/testing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAcceleratedNetworkingFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAcceleratedNetworkingFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAccessRuleExtendedProperties\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAccessRuleExtendedProperties\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAcceleratedNetworkingForLinux\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAcceleratedNetworkingForLinux\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAllocateOptimizations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAllocateOptimizations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAllocateAsyncValidation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAllocateAsyncValidation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAppGwWafBotManagerRuleSet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAppGwWafBotManagerRuleSet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAppGwPerSiteFirewallPolicy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAppGwPerSiteFirewallPolicy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayClientAuthentication\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayClientAuthentication\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAppGwWafCustomRuleGeoMatch\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAppGwWafCustomRuleGeoMatch\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayLoadDistributionPolicy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayLoadDistributionPolicy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayV2WildcardListener\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayV2WildcardListener\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationSecurityGroups\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationSecurityGroups\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayZonePinning\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayZonePinning\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAzureFirewall\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAzureFirewall\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAsgsOnVmScaleSet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAsgsOnVmScaleSet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowBaremetalServers\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowBaremetalServers\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowBastionHostPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowBastionHostPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowBastionHost\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowBastionHost\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowClassicCrossSubscriptionPeering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowClassicCrossSubscriptionPeering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowBringYourOwnPublicIpAddress\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowBringYourOwnPublicIpAddress\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowCoExistenceAnyOrder\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowCoExistenceAnyOrder\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowCortexExpressRouteGateway\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowCortexExpressRouteGateway\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowCortexGlobalVnetPeering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowCortexGlobalVnetPeering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowCortexSecurity\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowCortexSecurity\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowDdosProtectionPlan\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowDdosProtectionPlan\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowDisableBgpRouteProgagation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowDisableBgpRouteProgagation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowDestinationServiceEndpoints\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowDestinationServiceEndpoints\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowDSeriesForBrooklyn\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowDSeriesForBrooklyn\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.network/features/allowERArmProviderPortal\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.network/allowERArmProviderPortal\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowDynamicRedirectToTestGwm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowDynamicRedirectToTestGwm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowExpressRoutePorts\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowExpressRoutePorts\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowExRCrossRegionResourceValidation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowExRCrossRegionResourceValidation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowFpgaEnabledClustersFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowFpgaEnabledClustersFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowFrontdoor\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowFrontdoor\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowGlobalCrpHttpClient\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowGlobalCrpHttpClient\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowGlobalTagsForSql\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowGlobalTagsForSql\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowGlobalPeeringTransit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowGlobalPeeringTransit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowGlobalVnetPeering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowGlobalVnetPeering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowGlobalTagsForStorage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowGlobalTagsForStorage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowHidingCrossSubscriptionResources\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowHidingCrossSubscriptionResources\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowGRPeerConnection\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowGRPeerConnection\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowILBAllPortsRule\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowILBAllPortsRule\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIntendedPolicies\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIntendedPolicies\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIntentedPolicies\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIntentedPolicies\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowInterfaceEndpoints\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowInterfaceEndpoints\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowInternalDelegations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowInternalDelegations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIpTags\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIpTags\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIpGroups\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIpGroups\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIPv6CAOnStandardLB\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIPv6CAOnStandardLB\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIpv6GlobalReach\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIpv6GlobalReach\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIpv6PrivatePeering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIpv6PrivatePeering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIPv6VirtualNetwork\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIPv6VirtualNetwork\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowLBPreviewWave2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowLBPreviewWave2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowLBPreviewWave3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowLBPreviewWave3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowLBSNATallocationPolicy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowLBSNATallocationPolicy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowLoadBalancingOnSecondaryIpConfigs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowLoadBalancingOnSecondaryIpConfigs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowMacPreservation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowMacPreservation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowMaxPrivateLinkServicesPerLoadBalancerOptimization\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowMaxPrivateLinkServicesPerLoadBalancerOptimization\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowMultiNicOnVMScaleSet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowMultiNicOnVMScaleSet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowMultipleAddressPrefixesOnSubnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowMultipleAddressPrefixesOnSubnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowMultipleIpConfigurationsPerNic\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowMultipleIpConfigurationsPerNic\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowMutipleAddressPrefixesOnSubnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowMutipleAddressPrefixesOnSubnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNatGateway\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNatGateway\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNetwatcherAzureReachabilityReport\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNetwatcherAzureReachabilityReport\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNetworkIntentPolicies\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNetworkIntentPolicies\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNetworkProfiles\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNetworkProfiles\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNetworkWatcher\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNetworkWatcher\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNetworkWatcherAzureReachabilityReport\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNetworkWatcherAzureReachabilityReport\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNetworkWatcherConnectivityCheck\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNetworkWatcherConnectivityCheck\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNfvrpFirewallPolicyPrivate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNfvrpFirewallPolicyPrivate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNfvrpFirewallPolicySlice\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNfvrpFirewallPolicySlice\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNfvrpFirewallPolicyValidation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNfvrpFirewallPolicyValidation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNfvrpResourcePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNfvrpResourcePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNfvrpVirtualRouterSlice\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNfvrpVirtualRouterSlice\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowOutboundNatRule\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowOutboundNatRule\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowP2SCortexAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowP2SCortexAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPaaSEndpointAcl\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPaaSEndpointAcl\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPingMesh\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPingMesh\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPreflightValidation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPreflightValidation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPrepareNetworkPoliciesAction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPrepareNetworkPoliciesAction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPreReleaseRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPreReleaseRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPrivateAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPrivateAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPrivateEndpoints\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPrivateEndpoints\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPrivateLinkServices\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPrivateLinkServices\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPseudoClientAppId\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPseudoClientAppId\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPublicIpMobility\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPublicIpMobility\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPublicIPOnVMScaleSetVMs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPublicIPOnVMScaleSetVMs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPublicIpPrefix\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPublicIpPrefix\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPublicIpsAndLoadBalancingOnSecondaryIpConfigsInVMScaleSet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPublicIpsAndLoadBalancingOnSecondaryIpConfigsInVMScaleSet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRedirectGwmCallsToApplicationGatewayBvt1Gwm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRedirectGwmCallsToApplicationGatewayBvt1Gwm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRedirectGwmCallsToExpressRouteBvt2Gwm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRedirectGwmCallsToExpressRouteBvt2Gwm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRedirectGwmCallsToExpressRouteBvt3Gwm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRedirectGwmCallsToExpressRouteBvt3Gwm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRedirectGwmCallsToExpressRouteCPGwm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRedirectGwmCallsToExpressRouteCPGwm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRedirectGwmCallsToExpressRouteDPGwm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRedirectGwmCallsToExpressRouteDPGwm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRedirectGwmCallsToExpressRouteMXGwm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRedirectGwmCallsToExpressRouteMXGwm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRedirectGwmCallsToExpressRouteRSGwm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRedirectGwmCallsToExpressRouteRSGwm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRedirectMaps\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRedirectMaps\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRegionalGatewayManagerForSecureGateway\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRegionalGatewayManagerForSecureGateway\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRegionalVMSSVirtualNetworkGateway\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRegionalVMSSVirtualNetworkGateway\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRouteServiceAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRouteServiceAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRouteTables\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRouteTables\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRoutingPreferenceFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRoutingPreferenceFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRPGateway\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRPGateway\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowSecureVnets\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowSecureVnets\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowServiceEndpointPolicies\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowServiceEndpointPolicies\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowSingleNicAndMultiNicInSameAvailabilitySet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowSingleNicAndMultiNicInSameAvailabilitySet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowStandardLBOutboundRulesPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowStandardLBOutboundRulesPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowStaticPublicIpAsInstanceIp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowStaticPublicIpAsInstanceIp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowSubnetDelegation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowSubnetDelegation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowSubscriptionMigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowSubscriptionMigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowThrottleCrpOperations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowThrottleCrpOperations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowValidationRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowValidationRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowVirtualNetworkTap\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowVirtualNetworkTap\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowVMsFromDifferentVnetsOnAvailabilitySet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowVMsFromDifferentVnetsOnAvailabilitySet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowVMSSVirtualNetworkGateway\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowVMSSVirtualNetworkGateway\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowVmssHealthProbe\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowVmssHealthProbe\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowVnetPeering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowVnetPeering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowVnetGatewayOpenVpnProtocol\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowVnetGatewayOpenVpnProtocol\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.network/features/AllowVpnclientIpsecPoliciesSet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.network/AllowVpnclientIpsecPoliciesSet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/armApiPreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/armApiPreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/azurednspreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/azurednspreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/CloudDnsAliasPortalTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/CloudDnsAliasPortalTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/CloudDnsBdmProd\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/CloudDnsBdmProd\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/CloudDnsBdmPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/CloudDnsBdmPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/CloudDnsReleaseCandidate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/CloudDnsReleaseCandidate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/DisableNetworkWatcherAutocreation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/DisableNetworkWatcherAutocreation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/CloudDnsThrottling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/CloudDnsThrottling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableDdosProtectionPlanBilling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableDdosProtectionPlanBilling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableOperationBatching\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableOperationBatching\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableTenantNoSyncLock\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableTenantNoSyncLock\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableTenantOperationBatching\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableTenantOperationBatching\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableValidationInBackgroundTask\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableValidationInBackgroundTask\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/HybridRegionPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/HybridRegionPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/ExrGwGatewaySubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/ExrGwGatewaySubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/InternetAnalyzerPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/InternetAnalyzerPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/isVMSSVirtualNetworkGatewayAllowed\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/isVMSSVirtualNetworkGatewayAllowed\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/PrivateDnsGcpPPE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/PrivateDnsGcpPPE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/PrivateDnsGcpDaily\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/PrivateDnsGcpDaily\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/SkipPseudoVipGeneration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/SkipPseudoVipGeneration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/SecureGwGatewaySubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/SecureGwGatewaySubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/ThrottleArmOperationsRnm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/ThrottleArmOperationsRnm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/TestFlag\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/TestFlag\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/TrafficManagerHeatMap\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/TrafficManagerHeatMap\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Netwotk/features/AllowGlobalPeeringTransit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Netwotk/AllowGlobalPeeringTransit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NotificationHubs/features/NHubMetrics\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NotificationHubs/NHubMetrics\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.OperationalInsights/features/LAClusterApiEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.OperationalInsights/LAClusterApiEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.OperationalInsights/features/SwitzerlandRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.OperationalInsights/SwitzerlandRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Peering/features/AllowCarrierInterconnect\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Peering/AllowCarrierInterconnect\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Peering/features/AllowDirectInterconnect\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Peering/AllowDirectInterconnect\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Peering/features/AllowCDNInterconnect\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Peering/AllowCDNInterconnect\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Peering/features/AllowDirectPeering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Peering/AllowDirectPeering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Peering/features/AllowExchangeInterconnect\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Peering/AllowExchangeInterconnect\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Peering/features/AllowPeeringService\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Peering/AllowPeeringService\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Peering/features/AllowExchangePeering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Peering/AllowExchangePeering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PolicyInsights/features/AKS-DataPlaneAutoApprove\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PolicyInsights/AKS-DataPlaneAutoApprove\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PolicyInsights/features/Insights\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PolicyInsights/Insights\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PolicyInsights/features/Events\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PolicyInsights/Events\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PolicyInsights/features/States\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PolicyInsights/States\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Project/features/tip\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Project/tip\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/32DiskBackupPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/32DiskBackupPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/AzureFileShareBackup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/AzureFileShareBackup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/BackupPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/BackupPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/BlockedFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/BlockedFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/CrossRegionRestore\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/CrossRegionRestore\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/HanaBackup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/HanaBackup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/InstantBackupandRecovery\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/InstantBackupandRecovery\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/ItemLevelRecovery\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/ItemLevelRecovery\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/LargeDiskVMBackupPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/LargeDiskVMBackupPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/MABAlertingFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/MABAlertingFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/MercuryAutoProtection\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/MercuryAutoProtection\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/PPEAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/PPEAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/PremiumStorageBackup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/PremiumStorageBackup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/RecoveryServicesCanada\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/RecoveryServicesCanada\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/RecoveryServicesBeta\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/RecoveryServicesBeta\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/RecoveryServicesResourceMove\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/RecoveryServicesResourceMove\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/RecoveryServicesUK\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/RecoveryServicesUK\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/RecoveryServicesWUS2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/RecoveryServicesWUS2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/WorkloadBackup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/WorkloadBackup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RemoteApp/features/CspTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RemoteApp/CspTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RemoteApp/features/PrivacyEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RemoteApp/PrivacyEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RemoteApp/features/ple\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RemoteApp/ple\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resouces/features/EUAPParticipation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resouces/EUAPParticipation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RemoteApp/features/privatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RemoteApp/privatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ResourceHealth/features/Stage3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ResourceHealth/Stage3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AllowInternalDelegations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AllowInternalDelegations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/ARMDisableResourcesPerRGLimit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/ARMDisableResourcesPerRGLimit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/ARMLimitx2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/ARMLimitx2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AvailabilityZonePeering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AvailabilityZonePeering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/DataControlAgreement\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/DataControlAgreement\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/FairfaxDemo\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/FairfaxDemo\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/GermanyNorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/GermanyNorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/GermanyRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/GermanyRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/GermanyWestCentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/GermanyWestCentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/mandatoryRetentionPeriodEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/mandatoryRetentionPeriodEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/NorwayEast\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/NorwayEast\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/NorwayRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/NorwayRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/NorwayWest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/NorwayWest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/SouthAfricaRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/SouthAfricaRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.resources/features/SwitzerlandNorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.resources/SwitzerlandNorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/SwitzerlandRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/SwitzerlandRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.resources/features/SwitzerlandWest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.resources/SwitzerlandWest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/TestFlag\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/TestFlag\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/ThrottledSubscriptions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/ThrottledSubscriptions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/UAERegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/UAERegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Saas/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Saas/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/AdvancedThreatProtection\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/AdvancedThreatProtection\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/ApplicationWhitelisting\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/ApplicationWhitelisting\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/ApplicationWhiteliting\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/ApplicationWhiteliting\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/appwhitelistingaccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/appwhitelistingaccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.security/features/Assessments\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.security/Assessments\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/CoreDev1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/CoreDev1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/Dev1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/Dev1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/Dev2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/Dev2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/Dev3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/Dev3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/discoveredSecuritySolutions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/discoveredSecuritySolutions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/externalSecuritySolutions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/externalSecuritySolutions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/Integration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/Integration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/jitnac-dev2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/jitnac-dev2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/jitnac-dev3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/jitnac-dev3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/jitnac-int\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/jitnac-int\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/jitnac-rome3int\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/jitnac-rome3int\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/jitvmaccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/jitvmaccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/NacJIT\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/NacJIT\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.security/features/NetworkData\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.security/NetworkData\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/networkMap\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/networkMap\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/northSouth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/northSouth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/PricingBundles\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/PricingBundles\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/ShzadaTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/ShzadaTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/VaGrayLabel\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/VaGrayLabel\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/WindowsDefenderAtp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/WindowsDefenderAtp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SerialConsole/features/PreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SerialConsole/PreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabric/features/seabreezePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabric/seabreezePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabric/features/seabreezePrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabric/seabreezePrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabric/features/serviceFabricEngineering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabric/serviceFabricEngineering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabric/features/serviceFabricStageAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabric/serviceFabricStageAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabricMesh/features/seabreezePrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabricMesh/seabreezePrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabricMesh/features/serviceFabricEngineering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabricMesh/serviceFabricEngineering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Services/features/RPSaaSPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Services/RPSaaSPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SignalR/features/betaaccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SignalR/betaaccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SignalRService/features/betaaccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SignalRService/betaaccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Solutions/features/ApplianceEastUS2EUAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Solutions/ApplianceEastUS2EUAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Solutions/features/ApplianceMultiRegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Solutions/ApplianceMultiRegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Solutions/features/AppliancePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Solutions/AppliancePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Solutions/features/ApplicationGA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Solutions/ApplicationGA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/4tbpool\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/4tbpool\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/4TBOption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/4TBOption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/dataSync\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/dataSync\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SQL/features/dataeditor-publicpreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SQL/dataeditor-publicpreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/dw-asa\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/dw-asa\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/ExternalTdeCertificate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/ExternalTdeCertificate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/firewall-enforce-azure-policy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/firewall-enforce-azure-policy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/hyperscale-publicpreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/hyperscale-publicpreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/IndexAdvisor\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/IndexAdvisor\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/IndexAdvisorPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/IndexAdvisorPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/IndexAdvisorPublic\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/IndexAdvisorPublic\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SQL/features/LongTermRetention\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SQL/LongTermRetention\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/LongTermRetentionV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/LongTermRetentionV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SQL/features/ManagedInstancePublic\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SQL/ManagedInstancePublic\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SQL/features/multiaz-preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SQL/multiaz-preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SQL/features/multiaz-test\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SQL/multiaz-test\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/pesto\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/pesto\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/pesto-lite\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/pesto-lite\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/queryeditor\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/queryeditor\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/queryeditor-publicpreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/queryeditor-publicpreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/queryeditor-webqueryendpoint\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/queryeditor-webqueryendpoint\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/QueryPerformanceInsightPublic\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/QueryPerformanceInsightPublic\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/serverless-publicpreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/serverless-publicpreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/SQL-DW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/SQL-DW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-4tb-publicpreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-4tb-publicpreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-ActiveDirectoryAdmin\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-ActiveDirectoryAdmin\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SQL/features/sqldb-addonstorage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SQL/sqldb-addonstorage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-ElasticJobs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-ElasticJobs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-elasticpool\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-elasticpool\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-fsv2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-fsv2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-higherStandardPerDbDtu\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-higherStandardPerDbDtu\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-JobAccounts\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-JobAccounts\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-mseries\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-mseries\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-premiumrs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-premiumrs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldb-vcoremodel\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldb-vcoremodel\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldbsterling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldbsterling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/sqldbtde\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/sqldbtde\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/tdeAkvIntegration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/tdeAkvIntegration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/ADLSGen1Shim\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/ADLSGen1Shim\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/adlsgen2BlobInterop\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/adlsgen2BlobInterop\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowADFS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowADFS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowArchive\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowArchive\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowHNS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowHNS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowLinuxOptimizedShares\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowLinuxOptimizedShares\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.storage/features/AllowNFSV3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.storage/AllowNFSV3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowPreReleaseRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowPreReleaseRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowSharedIdentities\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowSharedIdentities\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowStorageV1Accounts\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowStorageV1Accounts\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowTargetStampSpecification\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowTargetStampSpecification\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowValidationRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowValidationRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/armApiPreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/armApiPreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/BlobIndex\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/BlobIndex\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/BlobQuery\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/BlobQuery\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/Changefeed\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/Changefeed\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.storage/features/ContainerSoftDelete\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.storage/ContainerSoftDelete\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/CustomerControlledFailover\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/CustomerControlledFailover\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/EncryptionAtRest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/EncryptionAtRest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.storage/features/jurobins\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.storage/jurobins\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/LivesiteThrottling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/LivesiteThrottling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/ObjectReplication\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/ObjectReplication\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/premiumblob\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/premiumblob\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.storage/features/PremiumHns\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.storage/PremiumHns\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/RestoreBlobRanges\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/RestoreBlobRanges\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/Tags\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/Tags\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/version\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/version\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/Versioning\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/Versioning\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/XArchive\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/XArchive\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StorageCache/features/generalAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StorageCache/generalAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.storagereplication/features/SOS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.storagereplication/SOS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StorSimple/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StorSimple/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StorSimple/features/betaAcess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StorSimple/betaAcess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StorSimple/features/EnableUnsupportedGeo\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StorSimple/EnableUnsupportedGeo\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StorSimple/features/StorSimpleGardaIbizaInGA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StorSimple/StorSimpleGardaIbizaInGA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StorSimple/features/StorSimpleGardaIbizaMigrated\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StorSimple/StorSimpleGardaIbizaMigrated\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/ASA_NewRegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/ASA_NewRegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/ProdWestUSX\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/ProdWestUSX\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.TimeSeriesInsights/features/extendedCapacityAndRetention\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.TimeSeriesInsights/extendedCapacityAndRetention\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.TimeSeriesInsights/features/previewV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.TimeSeriesInsights/previewV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Token/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Token/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Uic/features/uxdevelopment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Uic/uxdevelopment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VirtualMachineImages/features/CanaryAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VirtualMachineImages/CanaryAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VirtualMachineImages/features/VirtualMachineTemplatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VirtualMachineImages/VirtualMachineTemplatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VisualStudio/features/ExtensionResource\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VisualStudio/ExtensionResource\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/CloudSimpleRP1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/CloudSimpleRP1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/cloudSimpleRp11\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/cloudSimpleRp11\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/cloudSimpleRp12\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/cloudSimpleRp12\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/CloudSimpleRP16\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/CloudSimpleRP16\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/cloudSimpleRp17\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/cloudSimpleRp17\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/cloudSimpleRp18\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/cloudSimpleRp18\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/cloudSimpleRp2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/cloudSimpleRp2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/cloudSimpleRp3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/cloudSimpleRp3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.vmwarecloudsimple/features/eastus-devtest-bl31\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.vmwarecloudsimple/eastus-devtest-bl31\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-azure-eastus-devtest-01\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-azure-eastus-devtest-01\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-azure-eastus-devtest-02\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-azure-eastus-devtest-02\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-azure-eastus-devtest-03\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-azure-eastus-devtest-03\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-azure-eastus-devtest-04\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-azure-eastus-devtest-04\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-azure-eastus-devtest-05\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-azure-eastus-devtest-05\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-azure-eastus-devtest-06\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-azure-eastus-devtest-06\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-azure-eastus-devtest-07\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-azure-eastus-devtest-07\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-azure-eastus-devtest-08\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-azure-eastus-devtest-08\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-devtest-virt-01\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-devtest-virt-01\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-devtest-virt-02\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-devtest-virt-02\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-01\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-01\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-02\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-02\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-03\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-03\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-04\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-04\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-05\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-05\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-06\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-06\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-07\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-07\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-08\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-08\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-09\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-09\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-10\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-10\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-11\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-11\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-12\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-12\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-13\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-13\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-14\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-14\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-15\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-15\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-16\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-16\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-17\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-17\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-18\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-18\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-19\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-19\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-20\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-20\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-23\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-23\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-24\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-24\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-25\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-25\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-26\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-26\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-27\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-27\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-28\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-28\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-30\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-30\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-31\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-31\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-32\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-32\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-33\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-33\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-34\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-34\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-37\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-37\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-38\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-38\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-39\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-39\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-40\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-40\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-41\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-41\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-42\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-42\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-43\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-43\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-44\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-44\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-45\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-45\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-46\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-46\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-47\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-47\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-48\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-48\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-49\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-49\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-50\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-50\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-51\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-51\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-52\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-52\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-53\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-53\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-54\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-54\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-57\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-57\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-59\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-59\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-61\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-61\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-62\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-62\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-63\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-63\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-64\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-64\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-65\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-65\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-66\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-66\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-67\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-67\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-68\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-68\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-69\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-69\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-70\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-70\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-71\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-71\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-72\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-72\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-73\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-73\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-74\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-74\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-77\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-77\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-78\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-78\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/env-cs-westus-devtest-79\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/env-cs-westus-devtest-79\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/env-cs-westus-devtest-80\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/env-cs-westus-devtest-80\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/env-cs-westus-devtest-81\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/env-cs-westus-devtest-81\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/env-cs-westus-devtest-82\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/env-cs-westus-devtest-82\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/env-cs-westus-devtest-83\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/env-cs-westus-devtest-83\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/env-cs-westus-devtest-84\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/env-cs-westus-devtest-84\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/expire-on-7-25-19\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/expire-on-7-25-19\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/itops-he\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/itops-he\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/kiev-test-demo\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/kiev-test-demo\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/multi-region-1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/multi-region-1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/multi-region-2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/multi-region-2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/multi-region-3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/multi-region-3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/multi-region-4\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/multi-region-4\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/mustEmitFractions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/mustEmitFractions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/mustEmitNone\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/mustEmitNone\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/mustEmitOnes\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/mustEmitOnes\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/mustEmitZeros\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/mustEmitZeros\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/stg-csos\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/stg-csos\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/subscriptionsWhiteList\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/subscriptionsWhiteList\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMWareCloudSimple/features/westeurope-test\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMWareCloudSimple/westeurope-test\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/westus-he-test\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/westus-he-test\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VMwareCloudSimple/features/westus-maas\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VMwareCloudSimple/westus-maas\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/ASEInEastUS2EUAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/ASEInEastUS2EUAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/AustraliaCentral2RegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/AustraliaCentral2RegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/AustraliaCentralRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/AustraliaCentralRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/AustraliaEastRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/AustraliaEastRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/AustraliaSouthEastRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/AustraliaSouthEastRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/BrazilSouthRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/BrazilSouthRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/CanadaCentralRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/CanadaCentralRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/CanadaEastRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/CanadaEastRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/CentralIndiaRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/CentralIndiaRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/CentralUSRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/CentralUSRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/EastAsiaRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/EastAsiaRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/EastAsiaStageRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/EastAsiaStageRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/EastUS2RegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/EastUS2RegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/EventGridIntegration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/EventGridIntegration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/FranceCentralRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/FranceCentralRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/FranceSouthRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/FranceSouthRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/JapanEastRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/JapanEastRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/JapanWestRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/JapanWestRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/KoreaCentralRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/KoreaCentralRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/KoreaSouthRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/KoreaSouthRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/NorthCentralUSRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/NorthCentralUSRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/NorthEuropeRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/NorthEuropeRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/PinnedToGlobalEndpoint\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/PinnedToGlobalEndpoint\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/RegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/RegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/SouthCentralUSRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/SouthCentralUSRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/SouthEastAsiaRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/SouthEastAsiaRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/SouthIndiaRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/SouthIndiaRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/TestFeatureRegistration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/TestFeatureRegistration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/UAECentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/UAECentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/UKSouthRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/UKSouthRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/UKWestRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/UKWestRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/Undelete\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/Undelete\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/UseTipForTopLevelProxyOnlyApis\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/UseTipForTopLevelProxyOnlyApis\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/WestCentralUSRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/WestCentralUSRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/WestEuropeRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/WestEuropeRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/WestIndiaRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/WestIndiaRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/WestUS2RegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/WestUS2RegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.WindowsIoT/features/DevelopmentEnvironmentAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.WindowsIoT/DevelopmentEnvironmentAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.WindowsIoT/features/WcusAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.WindowsIoT/WcusAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Xrm/features/uxdevelopment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Xrm/uxdevelopment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowObjectReplication\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowObjectReplication\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ESXiDedicatedHost\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ESXiDedicatedHost\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowNfsFileShares\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowNfsFileShares\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/WorkloadBackupSoftDelete\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/WorkloadBackupSoftDelete\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenShift/features/PrivateClusters\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenShift/PrivateClusters\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/PrivateClusters\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/PrivateClusters\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AROPrivateClusters\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AROPrivateClusters\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/MSvDedicatedHost\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/MSvDedicatedHost\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/GermanyNorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/GermanyNorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/IsHybridServicesTestSubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/IsHybridServicesTestSubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/BlockCustomerManagedKey\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/BlockCustomerManagedKey\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AllowLinkedNotificationsToHiddenRP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AllowLinkedNotificationsToHiddenRP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowAccountEncryptionKeyForQueues\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowAccountEncryptionKeyForQueues\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowAccountEncryptionKeyForTables\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowAccountEncryptionKeyForTables\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/NorwayWest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/NorwayWest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.EventGrid/features/PartnerOperations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.EventGrid/PartnerOperations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Blockchain/features/WCUSParticipation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Blockchain/WCUSParticipation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableComputeOnlyUpdates\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableComputeOnlyUpdates\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/StaticSitesEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/StaticSitesEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kubernetes/features/ppeAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kubernetes/ppeAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AAD-V2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AAD-V2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/privateip\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/privateip\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/privateip\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/privateip\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/privateip\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/privateip\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabric/features/managedClustersTestRegionPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabric/managedClustersTestRegionPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/EarlyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/EarlyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SyncBookmark\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SyncBookmark\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/LAOnboarding\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/LAOnboarding\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/DCSizes\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/DCSizes\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/XLargeDisk\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/XLargeDisk\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/DV3Sizes\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/DV3Sizes\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLG3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLG3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLG4\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLG4\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLG5\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLG5\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLG6\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLG6\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLGL\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLGL\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLDC\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLDC\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLDW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLDW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLGZ\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLGZ\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLGM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLGM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQLACC\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQLACC\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SQL\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SQL\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/DDAGen5\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/DDAGen5\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ASeriesInternal\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ASeriesInternal\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Dv2Nested\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Dv2Nested\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Dv2Internal\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Dv2Internal\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.TimeSeriesInsights/features/Staging\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.TimeSeriesInsights/Staging\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKSNetworkModePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKSNetworkModePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.BlockchainTokens/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.BlockchainTokens/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/ossazureactivedirectoryadmin\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/ossazureactivedirectoryadmin\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNVAInVHub\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNVAInVHub\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevSpaces/features/Helm3Preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevSpaces/Helm3Preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/TEST\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/TEST\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/TEST2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/TEST2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenShift/features/INT-APROVED\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenShift/INT-APROVED\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/SpotPoolPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/SpotPoolPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenshift/features/INT-APPROVED\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenshift/INT-APPROVED\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureData/features/azurearcprivatepreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureData/azurearcprivatepreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-NewAPIVersion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-NewAPIVersion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayV2UrlRewrite\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayV2UrlRewrite\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBox/features/HongKongBoxAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBox/HongKongBoxAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBox/features/IndiaBoxAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBox/IndiaBoxAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.vmwarecloudsimple/features/new-region-test-client\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.vmwarecloudsimple/new-region-test-client\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnablePrivateLink\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnablePrivateLink\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/AllowGenevaObtainer\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/AllowGenevaObtainer\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/MPAWorm\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/MPAWorm\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/AllowMoveDatabase\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/AllowMoveDatabase\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.network/features/EnableRnmCallback\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.network/EnableRnmCallback\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/PartitionedDns\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/PartitionedDns\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Containerservice/features/AKS-AzurePolicyV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Containerservice/AKS-AzurePolicyV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SQL/features/multiaz-gp-preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SQL/multiaz-gp-preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFBackupOperator\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFBackupOperator\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFTierChange\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFTierChange\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFFlexPool\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFFlexPool\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFSnapshotPolicy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFSnapshotPolicy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NotificationHubs/features/germanyWestCentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NotificationHubs/germanyWestCentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/MetricAPI\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/MetricAPI\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerInstance/features/vnetLocationCheckBypass\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerInstance/vnetLocationCheckBypass\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ARM.AFEC/features/multiaz-gp-preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ARM.AFEC/multiaz-gp-preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/AIWorkspacePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/AIWorkspacePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerRegistry/features/TasksPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerRegistry/TasksPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/UseCustomizedUbuntuPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/UseCustomizedUbuntuPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SIGEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SIGEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/DevFedRAMP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/DevFedRAMP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/StagingFedRAMP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/StagingFedRAMP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/ProdFedRAMP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/ProdFedRAMP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Providerhub/features/FeaturePutApi\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Providerhub/FeaturePutApi\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.TerraformOSS/features/EnableTerraform\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.TerraformOSS/EnableTerraform\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Mv2SmallSizeSeries\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Mv2SmallSizeSeries\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.TerraformOSS/features/EnableTerraformWithWhitelistedTenant\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.TerraformOSS/EnableTerraformWithWhitelistedTenant\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AnmPRFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AnmPRFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VMOrchestratorMultiFD\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VMOrchestratorMultiFD\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VMOrchestratorSingleFD\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VMOrchestratorSingleFD\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBoxEdge/features/DBEBvtAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBoxEdge/DBEBvtAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevSpaces/features/internalOnly\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevSpaces/internalOnly\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.GuestConfiguration/features/BestPracticePrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.GuestConfiguration/BestPracticePrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/OSANewUnderlayTesting\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/OSANewUnderlayTesting\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestHotPatchVMPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestHotPatchVMPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestAutoPatchVMPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestAutoPatchVMPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayV1AndV2InSameSubnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayV1AndV2InSameSubnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayPrivateLink\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayPrivateLink\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/HnsSnapshot\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/HnsSnapshot\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StorSimple/features/ShowBannerForDeviceUpdate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StorSimple/ShowBannerForDeviceUpdate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SharedIdentityEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SharedIdentityEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ResourceHealth/features/EnableKustoClustersRhc\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ResourceHealth/EnableKustoClustersRhc\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/Endpoints\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/Endpoints\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAzureNetworkManager\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAzureNetworkManager\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/PPE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/PPE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/ossdenypublicendpointaccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/ossdenypublicendpointaccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/ossdenypublicendpointaccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/ossdenypublicendpointaccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Datadog/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Datadog/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/preproduction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/preproduction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAppGwPublicAndPrivateIpOnSamePort\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAppGwPublicAndPrivateIpOnSamePort\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAllocateVMValidationOptimizations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAllocateVMValidationOptimizations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRoutingToTestNfvrpInstance1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRoutingToTestNfvrpInstance1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRoutingToTestNfvrpInstance2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRoutingToTestNfvrpInstance2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRoutingToTestNfvrpInstance3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRoutingToTestNfvrpInstance3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRoutingToTestNfvrpInstance4\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRoutingToTestNfvrpInstance4\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBox/features/DataBoxExportAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBox/DataBoxExportAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseComputeSubscriptionO365\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseComputeSubscriptionO365\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenShift/features/InProgress\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenShift/InProgress\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/NoReserveActivateInColocation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/NoReserveActivateInColocation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServicesHub/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServicesHub/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/NodeImageUpgradePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/NodeImageUpgradePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KeyVault/features/MHSM_HighCapacitySKU\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KeyVault/MHSM_HighCapacitySKU\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMariaDB/features/ossdenypublicendpointaccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMariaDB/ossdenypublicendpointaccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ListOfPinnedFabricClusters\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ListOfPinnedFabricClusters\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.compute/features/NPSSizes\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.compute/NPSSizes\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AISupercomputer/features/internalEngineering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AISupercomputer/internalEngineering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenShift/features/SaveAROTestConfig\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenShift/SaveAROTestConfig\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/USSTAGESCParticipation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/USSTAGESCParticipation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseComputeSubscriptionDM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseComputeSubscriptionDM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseComputeSubscriptionEngine\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseComputeSubscriptionEngine\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseComputeSubscriptionCM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseComputeSubscriptionCM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseStorageSubscriptionDM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseStorageSubscriptionDM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseStorageSubscriptionCM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseStorageSubscriptionCM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseStorageSubscriptionEngine\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseStorageSubscriptionEngine\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/TestDFInProduction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/TestDFInProduction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IndustryDataLifecycle/features/Microsoft.AIDLS.Service\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IndustryDataLifecycle/Microsoft.AIDLS.Service\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenShift/features/aropreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenShift/aropreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNsgAndRouteTableOnBMDelegatedSubnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNsgAndRouteTableOnBMDelegatedSubnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowFirewallPremium\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowFirewallPremium\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ChangeAnalysis/features/NotificationsPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ChangeAnalysis/NotificationsPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowRequireInfrastructureEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowRequireInfrastructureEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabric/features/armApiInternalAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabric/armApiInternalAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-IngressApplicationGatewayAddon\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-IngressApplicationGatewayAddon\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/EncryptionAtHost\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/EncryptionAtHost\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/Gen2VMPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/Gen2VMPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/DisableDeploymentGrooming\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/DisableDeploymentGrooming\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/BastionFeaturesEnableKerberos\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/BastionFeaturesEnableKerberos\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Synapse/features/SparkCatalogInSAS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Synapse/SparkCatalogInSAS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowSMBMultichannel\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowSMBMultichannel\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KeyVault/features/RbacAuthorizationPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KeyVault/RbacAuthorizationPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Wandisco.Fusion/features/LiveDataMigrator\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Wandisco.Fusion/LiveDataMigrator\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Wandisco.Fusion/features/LiveDataPlane\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Wandisco.Fusion/LiveDataPlane\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Wandisco.Fusion/features/LiveDataPlatform\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Wandisco.Fusion/LiveDataPlatform\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/AllowRequireInfrastructureEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/AllowRequireInfrastructureEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ChangeAnalysis/features/ResourceChangesPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ChangeAnalysis/ResourceChangesPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/TrustedVMBackfillEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/TrustedVMBackfillEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/EnableApiConnectionKeys\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/EnableApiConnectionKeys\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/MaxSurgePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/MaxSurgePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AZ_germanywestcentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AZ_germanywestcentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AAD/features/testAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AAD/testAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/OpenShiftSupportGate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/OpenShiftSupportGate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowBringYourOwnIpAddressForThirdParties\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowBringYourOwnIpAddressForThirdParties\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowVipswap\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowVipswap\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableAzureRBACPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableAzureRBACPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Confluent/features/confluentOrgAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Confluent/confluentOrgAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.securitygraph/features/IsgAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.securitygraph/IsgAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/ProximityPlacementGroupPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/ProximityPlacementGroupPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowSubscriptionLoadBalancerCaching\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowSubscriptionLoadBalancerCaching\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataCollaboration/features/devEnvironment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataCollaboration/devEnvironment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.hybridnetwork/features/allowVnfVendor\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.hybridnetwork/allowVnfVendor\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.hybridnetwork/features/allowVnfCustomer\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.hybridnetwork/allowVnfCustomer\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.HybridNetwork/features/HybridNetworkRPaaSRegistration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.HybridNetwork/HybridNetworkRPaaSRegistration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Notebooks/features/AzureNBDevTestTraffic\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Notebooks/AzureNBDevTestTraffic\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestAutoPatchSubscriptionPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestAutoPatchSubscriptionPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/orcastls\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/orcastls\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/orcastls\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/orcastls\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMariaDB/features/orcastls\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMariaDB/orcastls\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableEncryptionAtHostPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableEncryptionAtHostPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableAzureDiskFileCSIDriver\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableAzureDiskFileCSIDriver\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/PPE-NEU\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/PPE-NEU\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/JediBetaTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/JediBetaTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMariaDB/features/largeStorage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMariaDB/largeStorage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/SQLInVMPresenceVisibility\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/SQLInVMPresenceVisibility\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/useContainerd\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/useContainerd\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/ContainerRuntime\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/ContainerRuntime\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/JediBetaTestAntares\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/JediBetaTestAntares\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/GPUDedicatedVHDPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/GPUDedicatedVHDPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/MicrosoftRRDCLab1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/MicrosoftRRDCLab1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/westus2mockedge\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/westus2mockedge\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Notebooks/features/AzureNBCanaryTraffic\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Notebooks/AzureNBCanaryTraffic\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-OMSAppMonitoring\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-OMSAppMonitoring\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/LogSearchAlertsV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/LogSearchAlertsV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PowerBI/features/DailyPrivateLinkServicesForPowerBI\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PowerBI/DailyPrivateLinkServicesForPowerBI\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBoxEdge/features/ResourceMoveAllowed\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBoxEdge/ResourceMoveAllowed\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CopyV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CopyV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/MabAfecTestEv2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/MabAfecTestEv2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Authorization/features/PolicyExemptionPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Authorization/PolicyExemptionPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ApiManagement/features/dummyfeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ApiManagement/dummyfeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowSTOnBMDelegatedSubnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowSTOnBMDelegatedSubnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/UserAssignedIdentityPreviewInternalTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/UserAssignedIdentityPreviewInternalTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KubernetesConfiguration/features/AKS-GitOps-FeatureFlag\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KubernetesConfiguration/AKS-GitOps-FeatureFlag\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CloudServices\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CloudServices\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PolicyInsights/features/attestations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PolicyInsights/attestations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableUltraSSD\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableUltraSSD\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowMoreASPerLBfWithoutVMSS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowMoreASPerLBfWithoutVMSS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AutomaticRepairsWithConfigurableRepairActions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AutomaticRepairsWithConfigurableRepairActions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/EV2TestAFECFlag\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/EV2TestAFECFlag\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/UseCustomizedContainerRuntime\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/UseCustomizedContainerRuntime\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AzureEdgeZones\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AzureEdgeZones\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ImportExport/features/SouthAfricaNorthAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ImportExport/SouthAfricaNorthAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowWorkloadTypeOnBM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowWorkloadTypeOnBM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.cdn/features/EnablePrivateLink\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.cdn/EnablePrivateLink\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AZ_brazilsouth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AZ_brazilsouth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SystemPriorityCopy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SystemPriorityCopy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Swiftlet/features/AllowValidationRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Swiftlet/AllowValidationRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/UserAssignedIdentityPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/UserAssignedIdentityPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Codespaces/features/CanaryUSEC\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Codespaces/CanaryUSEC\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UltraDisk512E\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UltraDisk512E\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resiliency/features/PreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resiliency/PreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IntelligentITDigitalTwin/features/AccessControl\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IntelligentITDigitalTwin/AccessControl\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.D365CustomerInsights/features/enableAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.D365CustomerInsights/enableAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNetappInfraOnBM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNetappInfraOnBM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.migrate/features/TestFeatureEV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.migrate/TestFeatureEV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFDoubleEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFDoubleEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SIGPhaseScaleOutCopies\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SIGPhaseScaleOutCopies\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SIGSharing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SIGSharing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-GitOps\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-GitOps\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/NewRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/NewRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/FastPathEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/FastPathEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.migrate/features/TestFeatureEV2Migrate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.migrate/TestFeatureEV2Migrate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Automation/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Automation/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Relay/features/AllowPrivateEndpointProxies\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Relay/AllowPrivateEndpointProxies\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ForwardAzGatewayTags\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ForwardAzGatewayTags\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/DataBoxExportHeavyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/DataBoxExportHeavyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.policyinsights/features/checkPolicyRestrictions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.policyinsights/checkPolicyRestrictions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.GuestConfiguration/features/GCEV2TestFeature001\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.GuestConfiguration/GCEV2TestFeature001\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/DsmsSecrets\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/DsmsSecrets\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabric/features/ManagedClustersPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabric/ManagedClustersPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/EastUS2EUAPMockEdge\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/EastUS2EUAPMockEdge\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/QueryPacks\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/QueryPacks\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KubernetesConfiguration/features/Extensions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KubernetesConfiguration/Extensions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnableEphemeralOSDiskPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnableEphemeralOSDiskPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableDscpConfiguration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableDscpConfiguration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DocumentDB/features/pitr-public-preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DocumentDB/pitr-public-preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/USSTAGEEParticipation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/USSTAGEEParticipation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.FootprintMonitoring/features/FirstPartyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.FootprintMonitoring/FirstPartyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeviceUpdate/features/AzureDeviceUpdateInt\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeviceUpdate/AzureDeviceUpdateInt\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeviceUpdate/features/AzureDeviceUpdatePPE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeviceUpdate/AzureDeviceUpdatePPE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeviceUpdate/features/AzureDeviceUpdateCanary\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeviceUpdate/AzureDeviceUpdateCanary\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/HnsAppendBlob\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/HnsAppendBlob\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/FixedMaintenanceWindow\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/FixedMaintenanceWindow\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPrivateEndpointNSG\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPrivateEndpointNSG\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExtendedLocation/features/CustomLocations-pp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExtendedLocation/CustomLocations-pp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExtendedLocation/features/CustomLocations-ppauto\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExtendedLocation/CustomLocations-ppauto\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceFabric/features/spotPriorityServiceFabric\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceFabric/spotPriorityServiceFabric\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFSMBEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFSMBEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFSMBCAShare\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFSMBCAShare\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/EarlyAccessGA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/EarlyAccessGA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Capacity/features/CentrallyManagedLicenses\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Capacity/CentrallyManagedLicenses\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.GuestConfiguration/features/GCEV2TestFeature002\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.GuestConfiguration/GCEV2TestFeature002\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/ossrdbmsinfrastructureencryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/ossrdbmsinfrastructureencryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/ossrdbmsinfrastructureencryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/ossrdbmsinfrastructureencryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/ossrdbmsbyokga\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/ossrdbmsbyokga\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/ossrdbmsbyokga\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/ossrdbmsbyokga\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridNetwork/features/Routing-CanaryCentralEUAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridNetwork/Routing-CanaryCentralEUAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/SwitzerlandNorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/SwitzerlandNorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataCollaboration/features/privatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataCollaboration/privatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IndustryDataLifecycle/features/Microsoft.AIDLS.Services.WcusOnly\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IndustryDataLifecycle/Microsoft.AIDLS.Services.WcusOnly\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IndustryDataLifecycle/features/Microsoft.AIDLS.Services.NonWcus\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IndustryDataLifecycle/Microsoft.AIDLS.Services.NonWcus\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.MachineLearningServices/features/MFE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.MachineLearningServices/MFE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFMultiOU\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFMultiOU\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFLdapoverTls\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFLdapoverTls\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFLdapExtendedGroups\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFLdapExtendedGroups\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/EnableEastUS2EUAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/EnableEastUS2EUAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/EnableJapanWest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/EnableJapanWest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/EnableAustraliaCentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/EnableAustraliaCentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeviceUpdate/features/PublicPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeviceUpdate/PublicPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Contoso/features/RPaaSBridge\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Contoso/RPaaSBridge\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cdn/features/EUAPRunnerRPV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cdn/EUAPRunnerRPV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AutonomousDevelopmentPlatform/features/EUAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AutonomousDevelopmentPlatform/EUAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowStorageServiceEncryptionIdentity\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowStorageServiceEncryptionIdentity\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SqlVirtualMachine/features/BulkRegistration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SqlVirtualMachine/BulkRegistration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StoragePool/features/PublicPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StoragePool/PublicPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CustomerLockbox/features/CustomerLockboxFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CustomerLockbox/CustomerLockboxFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/ReserveMacOnCreateNic\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/ReserveMacOnCreateNic\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowAttributeBasedAccessControl\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowAttributeBasedAccessControl\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFSharedAD\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFSharedAD\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridCompute/features/UpdateCenter\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridCompute/UpdateCenter\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseStorageSubscriptionKOps\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseStorageSubscriptionKOps\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseComputeSubscriptionKOps\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseComputeSubscriptionKOps\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseStorageSubscriptionSE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseStorageSubscriptionSE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseComputeSubscriptionSE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseComputeSubscriptionSE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Chaos/features/PreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Chaos/PreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Chaos/features/SquallTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Chaos/SquallTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Baremetal/features/ClusterStorPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Baremetal/ClusterStorPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestHotPatchVMPreviewRebootless\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestHotPatchVMPreviewRebootless\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.D365CustomerInsights/features/enableMsftAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.D365CustomerInsights/enableMsftAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.D365CustomerInsights/features/enableTip1Access\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.D365CustomerInsights/enableTip1Access\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgresql/features/singleServerHA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgresql/singleServerHA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgresql/features/singleServerCMW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgresql/singleServerCMW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgresql/features/singleServerVnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgresql/singleServerVnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cdn/features/PilotRunnerRPV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cdn/PilotRunnerRPV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cdn/features/RunnerRPV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cdn/RunnerRPV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cdn/features/RunnerRPV1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cdn/RunnerRPV1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/RegionsInTesting\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/RegionsInTesting\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgresql/features/citusComputeScaling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgresql/citusComputeScaling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPreProvisionedVmReuseWithSingleNicAndAccelNet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPreProvisionedVmReuseWithSingleNicAndAccelNet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/EarlyVerify\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/EarlyVerify\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SecurityInsights/features/IncidentsThrottlingTestFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SecurityInsights/IncidentsThrottlingTestFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenShift/features/EnableSnapshots\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenShift/EnableSnapshots\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForpostgresql/features/citusStorageScaling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForpostgresql/citusStorageScaling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/nsxSimplifiedExperience\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/nsxSimplifiedExperience\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AppAssessment/features/migratePrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AppAssessment/migratePrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFAesEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFAesEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFLdapSigning\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFLdapSigning\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeviceUpdate/features/AzureDeviceUpdatePerf\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeviceUpdate/AzureDeviceUpdatePerf\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/UACDataboxAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/UACDataboxAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.dbformysql/features/singleServerCMW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.dbformysql/singleServerCMW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.dbformysql/features/singleServerVnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.dbformysql/singleServerVnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/BrazilSouthAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/BrazilSouthAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/BRSDataboxAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/BRSDataboxAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/BRSDiskAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/BRSDiskAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/BRSHeavyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/BRSHeavyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/UACHeavyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/UACHeavyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/UACDiskAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/UACDiskAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/UAECentralAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/UAECentralAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/UKSouthAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/UKSouthAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/UKSDataboxAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/UKSDataboxAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/UKSDiskAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/UKSDiskAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/UKSHeavyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/UKSHeavyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/SZNHeavyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/SZNHeavyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/SZNDiskAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/SZNDiskAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/SZNDataboxAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/SZNDataboxAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databox/features/SwitzerlandNorthAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databox/SwitzerlandNorthAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFVolumeGroup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFVolumeGroup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforpostgresql/features/singleServerHelpRequest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforpostgresql/singleServerHelpRequest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMysql/features/singleServerHelpRequest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMysql/singleServerHelpRequest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/LogicApps-2020-09-RegionsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/LogicApps-2020-09-RegionsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AutonomousDevelopmentPlatform/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AutonomousDevelopmentPlatform/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/AKS-OpenServiceMesh\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/AKS-OpenServiceMesh\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/MigrateToMSIClusterPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/MigrateToMSIClusterPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SIGTrustedVM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SIGTrustedVM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/portalSiteToSiteVpn\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/portalSiteToSiteVpn\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AutomaticRepairsWithVMScaleSetsAtScale\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AutomaticRepairsWithVMScaleSetsAtScale\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/MSIPrivateLinkEarlyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/MSIPrivateLinkEarlyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBoxEdge/features/IsCloudManagementEnabledForSub\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBoxEdge/IsCloudManagementEnabledForSub\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/DenyList\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/DenyList\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.resources/features/InternalAzureEdgeZones\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.resources/InternalAzureEdgeZones\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Bing/features/InternalTesting\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Bing/InternalTesting\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/portalSRMAddon\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/portalSRMAddon\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevTestLab/features/DisableVirtualMachineQuota\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevTestLab/DisableVirtualMachineQuota\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DevTestLab/features/DisableLabVirtualMachineQuota\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DevTestLab/DisableLabVirtualMachineQuota\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Communication/features/PhoneNumberInboundCallingAllowed\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Communication/PhoneNumberInboundCallingAllowed\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/EUAPParticipation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/EUAPParticipation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataCollaboration/features/ciEnvironment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataCollaboration/ciEnvironment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataCollaboration/features/canaryEnvironment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataCollaboration/canaryEnvironment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataCollaboration/features/intEnvironment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataCollaboration/intEnvironment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.OpenLogisticsPlatform/features/WorkspacesOperations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.OpenLogisticsPlatform/WorkspacesOperations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFAzureKeyVaultEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFAzureKeyVaultEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/HnsOnMigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/HnsOnMigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AutoOSUpgradeSDPWithGalleryImage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AutoOSUpgradeSDPWithGalleryImage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/singleServerHA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/singleServerHA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.AzSM.NewDeployment.Spanning.OptOut\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.AzSM.NewDeployment.Spanning.OptOut\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SignalRService/features/AllowCustomDomainCertificate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SignalRService/AllowCustomDomainCertificate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.securityinsights/features/SatelliteClusterAustralia\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.securityinsights/SatelliteClusterAustralia\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowAppGwWafPolicyHigherLimits\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowAppGwWafPolicyHigherLimits\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.operationalinsights/features/QueryPacks\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.operationalinsights/QueryPacks\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/AllowDdv4Sku\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/AllowDdv4Sku\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/NoRollingUpgradeForSFAutoOSUpgrade\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/NoRollingUpgradeForSFAutoOSUpgrade\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UseElasticPipelineOptimization\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UseElasticPipelineOptimization\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureData/features/ArcDataRPaas\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureData/ArcDataRPaas\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/AutoUpgradePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/AutoUpgradePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.AzSM.NewDeployment.AzPE.OptOut\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.AzSM.NewDeployment.AzPE.OptOut\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/SQLFixedMaintenanceWindowCanary\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/SQLFixedMaintenanceWindowCanary\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableResourceLevelLocking\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableResourceLevelLocking\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/isVwanDeploy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/isVwanDeploy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridNetwork/features/AllowVendorTestingRedirection\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridNetwork/AllowVendorTestingRedirection\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureArcData/features/ArcDataRpaasDev\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureArcData/ArcDataRpaasDev\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/PodSubnetPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/PodSubnetPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AlertsManagement/features/rhartestinproduction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AlertsManagement/rhartestinproduction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.AzSM.NewDeployment.Spanning.OptIn\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.AzSM.NewDeployment.Spanning.OptIn\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.operationalinsights/features/EnableQueryPacks\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.operationalinsights/EnableQueryPacks\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/RestorePointsRetrieveSAS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/RestorePointsRetrieveSAS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/flexibleServerReplica\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/flexibleServerReplica\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/EnableACRTeleport\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/EnableACRTeleport\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IndustryDataLifecycle/features/CanaryAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IndustryDataLifecycle/CanaryAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/CustomNodeConfigPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/CustomNodeConfigPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.insights/features/basicstandardtest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.insights/basicstandardtest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/EnableRecoveryServicesVaultAmpAlerts\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/EnableRecoveryServicesVaultAmpAlerts\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataProtection/features/BlobOperationalBackup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataProtection/BlobOperationalBackup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AFDEUAPRunnerV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AFDEUAPRunnerV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AFDPilotRunnerV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AFDPilotRunnerV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AFDPrivateProductionV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AFDPrivateProductionV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AFDProdRunnerV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AFDProdRunnerV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CapacityReservation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CapacityReservation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.CapacityReservation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.CapacityReservation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowServiceChain\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowServiceChain\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowUpdateAddressSpaceInPeeredVnets\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowUpdateAddressSpaceInPeeredVnets\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridCompute/features/DisableMachinesPerRGLimit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridCompute/DisableMachinesPerRGLimit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridCompute/features/PreviewRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridCompute/PreviewRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.CapacityReservationOptIn\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.CapacityReservationOptIn\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExtendedLocation/features/CustomLocations-int\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExtendedLocation/CustomLocations-int\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/UseCustomizedWindowsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/UseCustomizedWindowsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/UseAKSWindows2004Preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/UseAKSWindows2004Preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DelegatedNetwork/features/ControllerAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DelegatedNetwork/ControllerAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenShift/features/RedHatEngineering\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenShift/RedHatEngineering\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SecurityInsights/features/noIncidentThrottling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SecurityInsights/noIncidentThrottling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SecurityInsights/features/CancelIncidentThrottling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SecurityInsights/CancelIncidentThrottling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.LoadTestService/features/loadTestBetaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.LoadTestService/loadTestBetaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridNetwork/features/Allow-WestCentralUS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridNetwork/Allow-WestCentralUS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataBoxEdge/features/SkipDeviceVersionCheckForResourceMove\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataBoxEdge/SkipDeviceVersionCheckForResourceMove\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SecurityInsights/features/applyIncidentThrottling\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SecurityInsights/applyIncidentThrottling\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/AKS-ConfidentialComputingAddon\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/AKS-ConfidentialComputingAddon\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/EnablePrivateClusterFQDNSubdomain\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/EnablePrivateClusterFQDNSubdomain\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IoTCentral/features/scootaloo\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IoTCentral/scootaloo\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/HostReplaceCustomerNotification\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/HostReplaceCustomerNotification\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPremiumSkuLb\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPremiumSkuLb\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestAutoPatchVMCustomImagePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestAutoPatchVMCustomImagePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestAutoPatchVMPatchModeOverride\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestAutoPatchVMPatchModeOverride\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ResourceConnector/features/Appliances-pp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ResourceConnector/Appliances-pp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ResourceConnector/features/Appliances-ppauto\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ResourceConnector/Appliances-ppauto\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AutorotationForDiskEncryptionAtRest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AutorotationForDiskEncryptionAtRest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PolicyInsights/features/policyStateChangeNotifications\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PolicyInsights/policyStateChangeNotifications\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AnyBuild/features/TestResourceProvider\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AnyBuild/TestResourceProvider\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgresql/features/flexibleServerDeleteFeedback\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgresql/flexibleServerDeleteFeedback\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySql/features/flexibleServerDeleteFeedback\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySql/flexibleServerDeleteFeedback\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/OptimizeCreateDnsCalls\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/OptimizeCreateDnsCalls\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VMSSFlexPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VMSSFlexPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HealthcareApis/features/Gen2PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HealthcareApis/Gen2PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableMaxPrivateEndpointsVia64kPath\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableMaxPrivateEndpointsVia64kPath\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableHighAvailabilityMode\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableHighAvailabilityMode\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.EventGrid/features/EventGridPreviewFeatures2021H1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.EventGrid/EventGridPreviewFeatures2021H1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SqlVirtualMachine/features/TestAFECForTPID\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SqlVirtualMachine/TestAFECForTPID\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DbForPostgreSQL/features/MarlinSubscriptionSwitch\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DbForPostgreSQL/MarlinSubscriptionSwitch\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridNetwork/features/Routing-CanaryEastUS2EUAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridNetwork/Routing-CanaryEastUS2EUAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowFileVerlaine\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowFileVerlaine\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFSDNAppliance\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFSDNAppliance\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForpostgresql/features/perfDataReset\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForpostgresql/perfDataReset\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.security/features/iotsolutionmigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.security/iotsolutionmigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AlertsManagement/features/PreviewSmartDetectionsMigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AlertsManagement/PreviewSmartDetectionsMigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AlertsManagement/features/SmartAlertsTeamExperimentalDetectors\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AlertsManagement/SmartAlertsTeamExperimentalDetectors\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ImportExport/features/KoreaSouthAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ImportExport/KoreaSouthAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.operationalinsights/features/IsTroubleShootEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.operationalinsights/IsTroubleShootEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/GitHub.Enterprise/features/EnableAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"GitHub.Enterprise/EnableAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VMApps\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VMApps\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/EnableRSVaultSecurityAlertsToAzureMonitor\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/EnableRSVaultSecurityAlertsToAzureMonitor\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/EnableAzureBackupJobFailureAlertsToAzureMonitor\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/EnableAzureBackupJobFailureAlertsToAzureMonitor\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataProtection/features/EnableAzureBackupJobFailureAlertsToAzureMonitor\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataProtection/EnableAzureBackupJobFailureAlertsToAzureMonitor\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/ManagedResolverPPE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/ManagedResolverPPE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Maps/features/betaAccessTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Maps/betaAccessTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SpotTryRestore\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SpotTryRestore\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KubernetesConfiguration/features/ClusterConfigurationAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KubernetesConfiguration/ClusterConfigurationAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/QAtesting\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/QAtesting\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SerialConsole.PPE/features/AllowValidationRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SerialConsole.PPE/AllowValidationRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/BastionGatewaySubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/BastionGatewaySubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/HnsSoftDeleteFilesFolders\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/HnsSoftDeleteFilesFolders\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceLinker/features/canaryEnable\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceLinker/canaryEnable\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceLinker/features/EastUS2EUAPEnable\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceLinker/EastUS2EUAPEnable\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/MatchNatRulePortOffsetToScaleSetVMIndex\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/MatchNatRulePortOffsetToScaleSetVMIndex\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Providers.Test/features/autoApproveTestFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Providers.Test/autoApproveTestFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableBillingOnMseev2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableBillingOnMseev2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableBillingOnBM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableBillingOnBM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Communication/features/ResourceGeoAwareness\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Communication/ResourceGeoAwareness\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Communication/features/StagingGeoAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Communication/StagingGeoAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/RestorePointExcludeDisks\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/RestorePointExcludeDisks\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFFileRestore\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFFileRestore\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFUserQuota\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFUserQuota\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/EnableAKSWindowsDSR\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/EnableAKSWindowsDSR\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/UseAKSWindows2019Preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/UseAKSWindows2019Preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/KubeletDisk\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/KubeletDisk\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/EnableAKSWindowsCalico\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/EnableAKSWindowsCalico\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/BackupCreateVaultWithCmk\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/BackupCreateVaultWithCmk\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/EnableCloudControllerManager\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/EnableCloudControllerManager\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Synapse/features/TSQLStreaming\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Synapse/TSQLStreaming\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayDenyOutboundInternet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayDenyOutboundInternet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AZ_uswest3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AZ_uswest3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/LogicApps-Yakima\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/LogicApps-Yakima\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/ServiceEndpointPoliciesAliasesOnboarding\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/ServiceEndpointPoliciesAliasesOnboarding\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AZ_indiacentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AZ_indiacentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AZ_koreacentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AZ_koreacentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.MobileNetwork/features/AllowMobileNetworkCustomer\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.MobileNetwork/AllowMobileNetworkCustomer\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeviceUpdate/features/AzureDeviceUpdateDev\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeviceUpdate/AzureDeviceUpdateDev\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DeviceUpdate/features/AzureDeviceUpdateTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DeviceUpdate/AzureDeviceUpdateTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/MICROSOFT.DATABOXEDGE/features/ASE-CLOUD-MGMT-K8S-PREVIEW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"MICROSOFT.DATABOXEDGE/ASE-CLOUD-MGMT-K8S-PREVIEW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/HANASnapshotBackup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/HANASnapshotBackup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.dbforpostgresql/features/locationCapability\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.dbforpostgresql/locationCapability\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowGatewayLoadBalancer\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowGatewayLoadBalancer\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VMNetworkInterfaceConfigurations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VMNetworkInterfaceConfigurations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/EnableAzureKeyvaultSecretsProvider\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/EnableAzureKeyvaultSecretsProvider\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/AKS-ExtensionManager\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/AKS-ExtensionManager\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/locationCapability\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/locationCapability\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ConnectedVMwarevSphere/features/ConnectedVMwarePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ConnectedVMwarevSphere/ConnectedVMwarePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/CloudSanExperience\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/CloudSanExperience\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Communication/features/AllowResourceMove\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Communication/AllowResourceMove\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/IngestionSettings\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/IngestionSettings\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SpotBlock\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SpotBlock\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.testbase/features/EastUS2EUAPEnable\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.testbase/EastUS2EUAPEnable\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/AKS-AzureKeyVaultSecretsProvider\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/AKS-AzureKeyVaultSecretsProvider\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/LiveTierChange\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/LiveTierChange\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/VariableResiliency\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/VariableResiliency\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowVRS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowVRS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.operationalinsights/features/storageinsigtenabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.operationalinsights/storageinsigtenabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/drsPlacementPolicy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/drsPlacementPolicy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Devices/features/CosmosDBRoutingEndpointPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Devices/CosmosDBRoutingEndpointPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/EarlyStartVMSSRoleInstances\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/EarlyStartVMSSRoleInstances\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureArcData/features/acreeLicenseProp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureArcData/acreeLicenseProp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.TerraformOSS/features/OwnershipEnforcement\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.TerraformOSS/OwnershipEnforcement\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridCompute/features/ArcServerPrivateLinkPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridCompute/ArcServerPrivateLinkPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridNetwork/features/Routing-AllowWestEurope\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridNetwork/Routing-AllowWestEurope\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VMScaleSetPinning\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VMScaleSetPinning\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AISupercomputer/features/scaleTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AISupercomputer/scaleTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Singularity/features/scaleTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Singularity/scaleTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/RunCommandPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/RunCommandPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Sql/features/block-tsql-crud\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Sql/block-tsql-crud\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExtendedLocation/features/CustomLocations-InProgress\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExtendedLocation/CustomLocations-InProgress\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ResourceConnector/features/Appliances-InProgress\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ResourceConnector/Appliances-InProgress\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceLinker/features/EastUSEnable\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceLinker/EastUSEnable\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kubernetes/features/NewRegionRollOut\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kubernetes/NewRegionRollOut\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFChownMode\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFChownMode\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFUnixPermissions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFUnixPermissions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PowerPlatform/features/enterprisePoliciesPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PowerPlatform/enterprisePoliciesPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCBR\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCBR\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCBR2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCBR2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationSY\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationSY\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationML\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationML\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCQ\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCQ\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationBRSE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationBRSE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationBRUS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationBRUS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationYT\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationYT\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationYQ\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationYQ\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationPN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationPN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationDM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationDM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCDM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCDM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationHK\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationHK\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationBL\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationBL\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationBN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationBN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCBN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCBN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationPAR\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationPAR\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationMRS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationMRS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationDEN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationDEN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationDEWC\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationDEWC\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationKW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationKW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationOS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationOS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationJINC\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationJINC\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationJINW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationJINW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationSE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationSE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationPS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationPS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCH\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCH\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationDB\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationDB\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationNOE\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationNOE\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationNOW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationNOW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationJNB\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationJNB\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCPT\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCPT\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationSN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationSN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationMA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationMA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationSG\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationSG\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCHN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCHN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCHW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCHW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationAUH\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationAUH\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationDXB\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationDXB\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationLN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationLN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationCY\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationCY\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationAM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationAM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationBM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationBM\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationBY\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationBY\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationMWH\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationMWH\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationUSW3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationUSW3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/FIPSPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/FIPSPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/EventgridPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/EventgridPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFCoolAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFCoolAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFDualProtocolNFSv4AndSMB\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFDualProtocolNFSv4AndSMB\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/customIops\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/customIops\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SecurityAndCompliance/features/PrivateLinksFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SecurityAndCompliance/PrivateLinksFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AgFoodPlatform/features/Microsoft.Farmbeats.Preview.Canary\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AgFoodPlatform/Microsoft.Farmbeats.Preview.Canary\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UltraDisksMove\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UltraDisksMove\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AllowForceDelete\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AllowForceDelete\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ServiceLinker/features/WestCentralUSEnable\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ServiceLinker/WestCentralUSEnable\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/ManagedResolver\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/ManagedResolver\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AI/features/TestingRetail\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AI/TestingRetail\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ProviderHubDevTest/features/ProviderHubDev\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ProviderHubDevTest/ProviderHubDev\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CreateOptionClone\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CreateOptionClone\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ForceDeletePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ForceDeletePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/DisablePrivateLinkSubnetMacAllocation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/DisablePrivateLinkSubnetMacAllocation\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PowerBIDedicated/features/paygdxt\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PowerBIDedicated/paygdxt\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PowerBIDedicated/features/paygdaily\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PowerBIDedicated/paygdaily\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PowerBIDedicated/features/paygsingapore\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PowerBIDedicated/paygsingapore\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PowerBIDedicated/features/paygbrzsb\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PowerBIDedicated/paygbrzsb\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PowerBIDedicated/features/paygmsitbcdr\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PowerBIDedicated/paygmsitbcdr\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/CustomKubeletIdentityPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/CustomKubeletIdentityPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/AKSNodelessPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/AKSNodelessPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AISupercomputer/features/production\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AISupercomputer/production\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Singularity/features/production\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Singularity/production\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HDInsight/features/HiloTestInProd\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HDInsight/HiloTestInProd\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HDInsight/features/HiloPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HDInsight/HiloPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/AzureBackupResourceGuardEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/AzureBackupResourceGuardEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowPremiumObjectReplication\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowPremiumObjectReplication\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/EnableAPIVersion20210401Preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/EnableAPIVersion20210401Preview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SharedDisksForStandardSSD\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SharedDisksForStandardSSD\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPrivateEndpointStaticIpConfigurations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPrivateEndpointStaticIpConfigurations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFAdAdministrators\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFAdAdministrators\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/OpenAIOnlyStamp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/OpenAIOnlyStamp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/DevControlPlane\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/DevControlPlane\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Databricks/features/StagingControlPlane\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Databricks/StagingControlPlane\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.M365SecurityAndCompliance/features/PrivateLinksFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.M365SecurityAndCompliance/PrivateLinksFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/DataHistoryEarlyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/DataHistoryEarlyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestAutoAssessmentVMPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestAutoAssessmentVMPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SupportCurrentLinuxAgentOnly\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SupportCurrentLinuxAgentOnly\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.EventGrid/features/June2021Features\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.EventGrid/June2021Features\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationaustraliacentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationaustraliacentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationaustraliacentral2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationaustraliacentral2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationaustraliaeast\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationaustraliaeast\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationaustraliasoutheast\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationaustraliasoutheast\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationbrazilsouth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationbrazilsouth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationbrazilus\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationbrazilus\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationbrazilsoutheast\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationbrazilsoutheast\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationcanadacentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationcanadacentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationcanadaeast\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationcanadaeast\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationcentralindia\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationcentralindia\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationcentralus\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationcentralus\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationcentraluseuap\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationcentraluseuap\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationeastasia\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationeastasia\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationeastus\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationeastus\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationeastus2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationeastus2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationeastus2euap\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationeastus2euap\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationfrancecentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationfrancecentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationfrancesouth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationfrancesouth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationgermanynorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationgermanynorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationgermanywestcentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationgermanywestcentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationjapaneast\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationjapaneast\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationjapanwest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationjapanwest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationjioindiawest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationjioindiawest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationkoreacentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationkoreacentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationkoreasouth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationkoreasouth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationnorthcentralus\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationnorthcentralus\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationnortheurope\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationnortheurope\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationnorwayeast\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationnorwayeast\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationnorwaywest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationnorwaywest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationsouthafricanorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationsouthafricanorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationsouthafricawest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationsouthafricawest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationsouthcentralus\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationsouthcentralus\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationsouthindia\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationsouthindia\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationsoutheastasia\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationsoutheastasia\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationswitzerlandnorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationswitzerlandnorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationswitzerlandwest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationswitzerlandwest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationuaecentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationuaecentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationuaenorth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationuaenorth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationuksouth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationuksouth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationukwest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationukwest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationwestcentralus\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationwestcentralus\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationwesteurope\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationwesteurope\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationwestindia\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationwestindia\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationwestus\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationwestus\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationwestus2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationwestus2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationswedencentral\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationswedencentral\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationswedensouth\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationswedensouth\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/vWANNFVRPMigrationeastusslv\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/vWANNFVRPMigrationeastusslv\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/BrazilUSRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/BrazilUSRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AzureDummyRegion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AzureDummyRegion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureSphere/features/int\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureSphere/int\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureSphere/features/staging\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureSphere/staging\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzureSphere/features/preprod\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzureSphere/preprod\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/BypassCnameCheckForCustomDomainDeletion\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/BypassCnameCheckForCustomDomainDeletion\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForpostgresql/features/citusShardRebalancing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForpostgresql/citusShardRebalancing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForpostgresql/features/citusCMW\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForpostgresql/citusCMW\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/elevatedScripting\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/elevatedScripting\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowPoliciesOnBaremetal\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowPoliciesOnBaremetal\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.FluidRelay/features/FluidPrivatePreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.FluidRelay/FluidPrivatePreviewAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/portalCloudLink\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/portalCloudLink\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataProtection/features/AzureBackupResourceGuardEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataProtection/AzureBackupResourceGuardEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/flexibleServerRestoreV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/flexibleServerRestoreV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/flexibleServerRestoreV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/flexibleServerRestoreV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Security/features/ConnectedContainerRegistries\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Security/ConnectedContainerRegistries\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/HighBMSOperations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/HighBMSOperations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/nsxPrivateDNS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/nsxPrivateDNS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AISupercomputer/features/prestage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AISupercomputer/prestage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AISupercomputer/features/stage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AISupercomputer/stage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Singularity/features/stage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Singularity/stage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Singularity/features/prestage\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Singularity/prestage\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/test\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/test\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/flexibleServerFailover\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/flexibleServerFailover\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/privateDnsZone\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/privateDnsZone\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Search/features/afecint\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Search/afecint\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/MultiAzDedicatedCluster\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/MultiAzDedicatedCluster\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/InGuestAutoPatchVmssFlexPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/InGuestAutoPatchVmssFlexPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/UpdateAzureRBACPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/UpdateAzureRBACPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/EnablePrivateClusterPublicFQDN\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/EnablePrivateClusterPublicFQDN\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/HTTPProxyConfigPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/HTTPProxyConfigPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/DisableLocalAccountsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/DisableLocalAccountsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/UseCustomizedWindowsContainerRuntime\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/UseCustomizedWindowsContainerRuntime\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AppGwMetricLogFromNewStoreTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AppGwMetricLogFromNewStoreTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/AmcsInternal\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/AmcsInternal\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.operationalinsights/features/EnablePreviewFeatures\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.operationalinsights/EnablePreviewFeatures\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/ImmutableStorageWithVersioning\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/ImmutableStorageWithVersioning\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/AllowPurviewPolicyEnforcement\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/AllowPurviewPolicyEnforcement\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/JobCountPerSubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/JobCountPerSubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UseNrpPutVmssPerTenant\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UseNrpPutVmssPerTenant\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/RemoveARMQuotaLimit\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/RemoveARMQuotaLimit\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Search/features/afecint2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Search/afecint2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SpotTerminateScheduledEvent\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SpotTerminateScheduledEvent\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CheckForVMEviction\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CheckForVMEviction\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/earlyAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/earlyAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/hidePostgreSql9.5Version\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/hidePostgreSql9.5Version\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowApplicationGatewayRelaxedOutboundRestrictions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowApplicationGatewayRelaxedOutboundRestrictions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFEncryptedSMBConnectionsToDC\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFEncryptedSMBConnectionsToDC\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HealthcareApis/features/EastAsia\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HealthcareApis/EastAsia\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowReadingLoadBalancerTenantResourcesBatching\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowReadingLoadBalancerTenantResourcesBatching\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ExtendedLocation/features/CustomLocation-InternalSubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ExtendedLocation/CustomLocation-InternalSubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Dynamics365Fraudprotection/features/DfpPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Dynamics365Fraudprotection/DfpPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Dynamics365Fraudprotection/features/DfpTest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Dynamics365Fraudprotection/DfpTest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecommendationsService/features/onboarding\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecommendationsService/onboarding\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowNetworkSecurityPerimeter\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowNetworkSecurityPerimeter\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UltraBuiltOut\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UltraBuiltOut\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.compute/features/XLV3F\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.compute/XLV3F\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.compute/features/XLAV3F\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.compute/XLAV3F\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableApplicationGatewayCustomBackendMetrics\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableApplicationGatewayCustomBackendMetrics\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Search/features/EnableZoneRedundancy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Search/EnableZoneRedundancy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Diagnostics/features/DiagnosticsDev\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Diagnostics/DiagnosticsDev\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SsdZrsManagedDisks\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SsdZrsManagedDisks\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/AKS-AzureDefenderAddon\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/AKS-AzureDefenderAddon\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AzurePercept/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AzurePercept/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/ExpressRoutePrivateEndpointGatewayBypass\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/ExpressRoutePrivateEndpointGatewayBypass\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/ExpressRouteVnetPeeringGatewayBypass\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/ExpressRouteVnetPeeringGatewayBypass\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/LegalTerms.Face.PoliceTermsAccepted\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/LegalTerms.Face.PoliceTermsAccepted\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForHealthRAITermsAccepted\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/LegalTerms.TextAnalytics.TAForPIIRAITermsAccepted\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.CognitiveServices/features/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.CognitiveServices/LegalTerms.ComputerVision.SpatialAnaysisRAITermsAccepted\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ConfidentialLedger/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ConfidentialLedger/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/EnableFixedSnapshotIntervalReferenceDataLookup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/EnableFixedSnapshotIntervalReferenceDataLookup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/EnablePartitionedReferenceDataLookup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/EnablePartitionedReferenceDataLookup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/EnableFullSnapshotIntervalReferenceDataLookup\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/EnableFullSnapshotIntervalReferenceDataLookup\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Architecture\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Architecture\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SIGSoftDelete\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SIGSoftDelete\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFEnableDefaultQuota\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFEnableDefaultQuota\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/GitHub.Enterprise/features/InternalAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"GitHub.Enterprise/InternalAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/GitHub.Enterprise/features/Canary\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"GitHub.Enterprise/Canary\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ProviderHub/features/EUAPServiceRP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ProviderHub/EUAPServiceRP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Sig2SigInstantaneous\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Sig2SigInstantaneous\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/showPostgreSql13Version\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/showPostgreSql13Version\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HealthcareApis/features/JapanWest\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HealthcareApis/JapanWest\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/DisableLinkAccessCheckForSubnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/DisableLinkAccessCheckForSubnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFLargeVolumes\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFLargeVolumes\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFIPSecForDNS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFIPSecForDNS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFAvsDataStore\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFAvsDataStore\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ApiManagement/features/PreviewEnvironment\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ApiManagement/PreviewEnvironment\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFFileAccessLogs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFFileAccessLogs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFCrossSubscriptionReplication\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFCrossSubscriptionReplication\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/FullBlobReferenceDataRefreshWithFixedInterval\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/FullBlobReferenceDataRefreshWithFixedInterval\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/PartitionedBlobReferenceData\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/PartitionedBlobReferenceData\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableSlbBatching\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableSlbBatching\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerInstance/features/customlogger\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerInstance/customlogger\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.IoTSecurity/features/Integration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.IoTSecurity/Integration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableVNetEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableVNetEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/CommunityGalleries\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/CommunityGalleries\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/OmsagentUseAADMSIAuthPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/OmsagentUseAADMSIAuthPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.NetApp/features/ANFStandardZRS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.NetApp/ANFStandardZRS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/vnetSubscription\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/vnetSubscription\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/flexibleServerManageSubnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/flexibleServerManageSubnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/flexibleServerManageSubnet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/flexibleServerManageSubnet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/flexibleServerFailover\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/flexibleServerFailover\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ProviderHub/features/CentralUSEUAP\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ProviderHub/CentralUSEUAP\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/CentralUSStageRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/CentralUSStageRegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DigitalTwins/features/DataHistoryPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DigitalTwins/DataHistoryPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/DiagnosticServicesTokens\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/DiagnosticServicesTokens\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/PreprovisioningForEphemeralVMsWithResourceDiffDiskPlacement\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/PreprovisioningForEphemeralVMsWithResourceDiffDiskPlacement\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UsePreprovisionedVMsForTrustedVMs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UsePreprovisionedVMsForTrustedVMs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/SkipNetworkIntentPolicies\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/SkipNetworkIntentPolicies\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.PowerPlatform/features/accountPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.PowerPlatform/accountPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/ZRSPremiumPageBlobs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/ZRSPremiumPageBlobs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UseTenantsOfSizeFive\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UseTenantsOfSizeFive\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SIGReplicateVMGS\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SIGReplicateVMGS\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.FluidRelay/features/ManualApprovalAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.FluidRelay/ManualApprovalAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/privateDnsZoneSuffix\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/privateDnsZoneSuffix\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/cmkEncryption\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/cmkEncryption\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/SIGShallowReplication\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/SIGShallowReplication\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/KyberVmAvailabilityMetric\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/KyberVmAvailabilityMetric\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/japanwest_geo_pair\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/japanwest_geo_pair\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/microsoftrrdclab2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/microsoftrrdclab2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/microsoftrrdclab3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/microsoftrrdclab3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/microsoftdclabs1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/microsoftdclabs1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/microsoftb25lab1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/microsoftb25lab1\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/OmsagentAADAuthPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/OmsagentAADAuthPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.KyberVmAvailabilityMetric\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.KyberVmAvailabilityMetric\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/PIPOnNSXEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/PIPOnNSXEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DesktopVirtualization/features/PerUserAccessPricing\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DesktopVirtualization/PerUserAccessPricing\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/DeploymentStacksPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/DeploymentStacksPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/FederatedClientIdentity\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/FederatedClientIdentity\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.LabServices/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.LabServices/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.SCOM/features/AquilaPrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.SCOM/AquilaPrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableObdAccelNet\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableObdAccelNet\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/Fabric.DisableLiveMigration\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/Fabric.DisableLiveMigration\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/brazilsoutheast_geo_pair\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/brazilsoutheast_geo_pair\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowSubnetSharingWithCloudServices\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowSubnetSharingWithCloudServices\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ChangeAnalysis/features/DevAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ChangeAnalysis/DevAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ChangeAnalysis/features/DevAccessCp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ChangeAnalysis/DevAccessCp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HealthcareApis/features/FhirEventPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HealthcareApis/FhirEventPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseComputeSubscriptionKustoCTO\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseComputeSubscriptionKustoCTO\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Kusto/features/UseStorageSubscriptionKustoCTO\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Kusto/UseStorageSubscriptionKustoCTO\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Logic/features/AllowWorkflowManagedIdentity\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Logic/AllowWorkflowManagedIdentity\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/NGINX.NGINXPLUS/features/betaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"NGINX.NGINXPLUS/betaAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Storage/features/LinkedInOnlyStamp\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Storage/LinkedInOnlyStamp\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Private.Contoso/features/Enabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Private.Contoso/Enabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ImpactfulExtensionUpdate\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ImpactfulExtensionUpdate\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AISupercomputer/features/restricted\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AISupercomputer/restricted\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/SqlDbSnapshot\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/SqlDbSnapshot\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowMultiplePeeringLinksBetweenVnets\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowMultiplePeeringLinksBetweenVnets\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForMySQL/features/reversePendingRestartValue\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForMySQL/reversePendingRestartValue\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ApiSecurity/features/CanaryAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ApiSecurity/CanaryAccess\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Dashboard/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Dashboard/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HybridNetwork/features/AllowPreReleaseRegions\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HybridNetwork/AllowPreReleaseRegions\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/AKS-AzureDefender\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/AKS-AzureDefender\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/AzureWorkerApps\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/AzureWorkerApps\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.VideoIndexer/features/Dev1fe\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.VideoIndexer/Dev1fe\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Private.SanjeevDRPTest/features/Enabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Private.SanjeevDRPTest/Enabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBForPostgreSQL/features/flexibleServerRestoreNetworking\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBForPostgreSQL/flexibleServerRestoreNetworking\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DataLakeAnalytics/features/internalAccessWestUS3\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DataLakeAnalytics/internalAccessWestUS3\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.ContainerService/features/AKS-ScaleDownModePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.ContainerService/AKS-ScaleDownModePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.HpcWorkbench/features/PrivatePreview_03012021\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.HpcWorkbench/PrivatePreview_03012021\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Chaos/features/ArtifactsPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Chaos/ArtifactsPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/WestUS3RegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/WestUS3RegionEnabled\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.KubernetesConfiguration/features/FluxConfigurations\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.KubernetesConfiguration/FluxConfigurations\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/EnableMultipleBackupsInAFSPolicy\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/EnableMultipleBackupsInAFSPolicy\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Insights/features/Fabric.KyberVmAvailabilityMetric\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Insights/Fabric.KyberVmAvailabilityMetric\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Search/features/RolloverUpdatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Search/RolloverUpdatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Search/features/StandardSkuMigrationPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Search/StandardSkuMigrationPreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cascade/features/swedencTempFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cascade/swedencTempFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cascade/features/TestDeploymentFeature\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cascade/TestDeploymentFeature\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AzureEdgeZoneLosAngelesA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AzureEdgeZoneLosAngelesA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AzureEdgeVancouverA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AzureEdgeVancouverA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AzureEdgeZonePerthA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AzureEdgeZonePerthA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AzureEdgeZoneMiamiA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AzureEdgeZoneMiamiA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AzureEdgeZoneLosVegasA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AzureEdgeZoneLosVegasA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AzureEdgeZoneNewYorkA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AzureEdgeZoneNewYorkA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/EdgeZoneVZWindsorA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/EdgeZoneVZWindsorA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/EdgeZoneATTAtlantaA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/EdgeZoneATTAtlantaA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/EdgeZoneATTDallasA\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/EdgeZoneATTDallasA\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/microsoft.automanage/features/PrivatePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"microsoft.automanage/PrivatePreview\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.StreamAnalytics/features/RecordExternalization\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.StreamAnalytics/RecordExternalization\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.OperationalInsights/features/CustomLogsV2\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.OperationalInsights/CustomLogsV2\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ExtraLargeVMScaleSetSelectSubs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ExtraLargeVMScaleSetSelectSubs\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.AVS/features/anfDatastoreExperience\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.AVS/anfDatastoreExperience\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableSdnApplianceForCray\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableSdnApplianceForCray\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/EnableSdnApplianceForMonitoringServers\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/EnableSdnApplianceForMonitoringServers\"},{\"properties\":{\"state\":\"NotRegistered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Cascade/features/FrontloadDeploymentFeatureEastUs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Cascade/FrontloadDeploymentFeatureEastUs\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.BatchAI/features/alphaAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.BatchAI/alphaAccess\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/LowPrioritySingleVM\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/LowPrioritySingleVM\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/UsePreprovisionedVMs\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/UsePreprovisionedVMs\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/MultipleAvailabilityZones\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/MultipleAvailabilityZones\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/ZRSImagesAndSnapshots\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/ZRSImagesAndSnapshots\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/ManagedCluster\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/ManagedCluster\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforPostgreSQL/features/privatePreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforPostgreSQL/privatePreviewAccess\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DBforMySQL/features/privatePreviewAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DBforMySQL/privatePreviewAccess\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ManagedIdentity/features/explicitBeta\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ManagedIdentity/explicitBeta\"},{\"properties\":{\"state\":\"Pending\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.DocumentDB/features/cassandra-privatepreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.DocumentDB/cassandra-privatepreview\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowLBPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowLBPreview\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowCortexAccess\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowCortexAccess\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowRegionalGatewayManagerForExpressRoute\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowRegionalGatewayManagerForExpressRoute\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RecoveryServices/features/ResourceGraphSyncEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RecoveryServices/ResourceGraphSyncEnabled\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/AvailabilityZones\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/AvailabilityZones\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Resources/features/EUAPParticipation\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Resources/EUAPParticipation\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/EastUS2EUAPRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/EastUS2EUAPRegionEnabled\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/CentralUSEUAPRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/CentralUSEUAPRegionEnabled\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/EastUSRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/EastUSRegionEnabled\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Web/features/WestUSRegionEnabled\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Web/WestUSRegionEnabled\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.ContainerService/features/EnablePodIdentityPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.ContainerService/EnablePodIdentityPreview\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/PlatformSettingsOverride\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/PlatformSettingsOverride\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/AutomaticExtensionUpgradePreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/AutomaticExtensionUpgradePreview\"},{\"properties\":{\"state\":\"Pending\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Network/features/AllowIpv6CloudService\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Network/AllowIpv6CloudService\"},{\"properties\":{\"state\":\"Registered\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.Compute/features/VMScaleSetFlexPreview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.Compute/VMScaleSetFlexPreview\"},{\"properties\":{\"state\":\"Pending\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/Microsoft.RedHatOpenShift/features/preview\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"Microsoft.RedHatOpenShift/preview\"}]}", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIaaS/features/cloudSimpleRp1/register?api-version=2021-07-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.7.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "1fd6ff44-7653-4ec7-b640-d4cd2c1db358", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "289", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1199", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "3648580e-c924-417c-843c-0cff2b6aa1e7", + "Date" : "Wed, 28 Jul 2021 07:31:37 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210728T073137Z:3648580e-c924-417c-843c-0cff2b6aa1e7", + "Vary" : "Accept-Encoding", + "Expires" : "-1", + "x-ms-request-id" : "southeastasia:499ffd45-1ec6-4efb-9f4a-420013312aeb", + "Body" : "{\"properties\":{\"state\":\"Registering\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Features/providers/CloudSimple.PrivateCloudIaaS/features/cloudSimpleRp1\",\"type\":\"Microsoft.Features/providers/features\",\"name\":\"CloudSimple.PrivateCloudIaaS/cloudSimpleRp1\"}", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + } ], + "variables" : [ ] +} \ No newline at end of file